This is a project developed for the first edition of the geekathon (Nov 2021). It uses Next.js bootstrapped with create-next-app.
This code is meant only for a small demo and should not be used in a production environment. It was done in under 24hours and is meant only to be used to demonstrate the concept.
First, run the development server:
npm run dev
# or
yarn dev
Browse to http://localhost:3000 to see the app running (hopefully).
To lint the code, use:
npm run lint
# or
npm run lint-fix
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js. Check out our Next.js deployment documentation for more details.