This is a demo project used for learning purposes, it is part of Open Source Software Institute workshop.
The application is based on a Next.js project.
Install all the dependencies and run the server
npm i
npm run dev
Open http://localhost:3000 with your browser to see the built project.
For styling, repository is using Tailwind css. You can check global variables and colors definition in global.css, theme is defined in tailwind.config.ts.
All pull requests are automatically deployed to https://workshop-24-3.onrender.com/.