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