Svelte implementation of Primer Design System
In development
primer-svelte builds on node v18.12.0
with TypeScript 4.8.4
and Svelte 3.52.0
git clone [email protected]:Zapix/primer-svelte.git
npm run storybook
with env variable NODE_OPTIONS=--openssl-legacy-provider
npm run dev
- starts dev servernpm build
- builds projectnpm run check
- checks project with svelte-checknpm run storybook
- starts storybook npm run build-storybook
- build storybook for sveltenpm run test
- run tests for projectnpm run test:watch
- run tests in watch modenpm run prettier:write
- format code with prettiernpm run prettier:check
- check code with prettier for errorsnpm run lint
- run linter to check errors