/bilby

Primary LanguageSvelte

Bilby

Developing

# install dependencies
npm install

# run local project
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of the app:

npm run build