Sveltekit app that serves as the front-end & websocket client of pear.dev
- PNPM version
>7.0.0
- run
pnpm install
to install the dependencies. - run
pnpm dev
to run the app.
dev
: runs the dev server.build
: builds the app.preview
: runs the build locally.format
: runs prettier.lint
: checks prettier & runs eslint.test
: runs the jest tests.