0.0.2 • Published 3 years ago

sl2022-catalog v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

SL22 Catalog

Developing

Install dependencies with npm install and then start a development server:

npm run dev

or start the server and open the app in a new browser tab:

npm run dev -- --open

Check types:

npm run check:watch

Format code:

npm run format

Lint code:

npm run lint

Building

npm run build

You can preview the built app with npm run preview. This should not be used to serve the app in production.