Ideathon Landing Page - Official Landing Page for College Ideathon
The Ideathon Landing Page is an open-source, event landing page built using Tailwind CSS and NextJS designed and coded for our college's Ideathon event.
Choose one of the following options to get started:
- Download the latest release
- Clone the repo:
git clone https://github.com/BhuvanSA/ideathon-landingpage.git
- Fork the repo
- Template built using NextJS and Tailwind CSS
- Routing handled by NextJS /pages router
- Run the application in development mode:
npm run dev
- Build the application for production:
npm run build
- Start the application in production mode:
npm run start
- Publicly accessible at https://ideathon.bhuvansa.com/
- Utilizes Next.js's file-system based routing under the
/pages
directory. This allows for automatic routing based on the file and directory structure, making it easy to structure and navigate the application.
Have a bug or an issue with this template? Open a new issue here on GitHub.
Code released under the GNU GENERAL PUBLIC LICENSE.