built with Sapper and TailwindCSS deployed on Netlify.
npm install # or yarn
npm run dev
npm run dev:tailwindThis projects contains E2E tests with Cypress.
npm run testTo start a production version of your app, run npm run build && npm start. This will disable live reloading, and activate the appropriate bundler plugins.
The static generated files will be written to ./__sapper__/export
npm run export