Sveltekit app that serves as the front-end & websocket client of pear.dev
- PNPM version
>7.0.0
- run
pnpm installto install the dependencies. - run
pnpm devto 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.