This is a front-end repository of the Nexus project that provides a platform where students can connect, share, collaborate, and engage with various coding contests.
- Next.js
- Chakra UI
- Tailwind CSS
- Node.js and npm installed on your machine
- MongoDB database
- Clone the repository:
git clone https://github.com/hrshkshri/nexus.git
- Install dependencies:
npm install
- Set up environment variables:
- Create a
.env
file in the project root directory.
- Create a
- Start the development server:
npm run dev