Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 465 Bytes

File metadata and controls

33 lines (21 loc) · 465 Bytes

Get started

Install dependencies...

npm install

...create an env file...

cp .env.example .env

...then start Rollup:

npm run dev

Navigate to localhost:8080. You should see your app running.

Building and running in production mode

To create an optimised version of the app:

npm run build

License

GPL-3.0