https://festival-converter.netlify.app/ is a sleek and very light currency converter for festivals
To start an ephemeral development server run:
npm install
npm startThen browse to http://localhost:3000
| Command | Description |
|---|---|
npm run format:check |
Formats the code using prettier. |
npm run test:e2e |
Runs e2e tests using Cypress. |
npm start |
Runs the website in development. |
npm run build |
Builds the production assets. |