To run the app, clone the repository and run npm ci
to install dependencies. Then run npm run dev
to start the
app in development mode.
To build the optimized app and run it in production, run npm run build
followed by npm run start
.
This project uses Next.js bootstrapped with create-next-app
.