Welcome to the Next.js Hackathon Starter Template! This project is designed to help you quickly set up a Next.js application for hackathons or rapid prototyping, allowing you to focus on building innovative solutions without getting bogged down in setup.
- ✅ Hero Page
- ✅ Blog Page
- ⬜ Sign In
| Endpoint | Description |
|---|---|
/ |
Home |
/auth/login |
Login |
/auth/register |
Register |
/auth/forgot-password |
Forgot Password |
/auth/reset-password |
Reset Password |
/blog |
Blogs |
/blog/{slug} |
Blog Post |
/contact |
Contact |
/profile |
Profile |
To get started with the template:
- Clone the repository:
git clone https://github.com/Global-Syntax/hackathon-template
- Change into the directory:
cd hackathon-template - Install dependencies:
npm install
- Start the development server:
npm run dev
Make sure to set up your environment variables. Create a .env.local file in the root directory of your project and add the following variables:
NEXT_PUBLIC_API_URL=<your-api-url>
NEXTAUTH_URL=<your-auth-url>
# Add any other necessary environment variables
For detailed information on how to use and customize this template, please visit the Wiki.
This project is licensed under the MIT License.
