Skip to content

Swecha-Foundation/2025.aidays.io

Repository files navigation

Next.js Project Setup

This project is built with Next.js and bootstrapped using create-next-app.

Prerequisites

  1. Install nvm (Node Version Manager)
  2. Install Node.js version 23.1.0:
    nvm install 23.1.0
    nvm use 23.1.0
  3. Install pnpm:
    npm install -g pnpm
  4. Configure your environment variables:
    • Copy .env.example to .env.local and adjust values as needed.
    • For production, set AGENDA_ENABLED, WORKSHOPS_ENABLED, and SPONSORS_ENABLED in the Vercel dashboard to control feature flags.

Getting Started

  1. Install dependencies:

    pnpm install
  2. Run the development server:

    pnpm dev
  3. Open http://localhost:3000 in your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a custom font for Vercel projects.

Contributing

Before contributing to this project, please review our git guidelines for information on our development workflow and best practices. For detailed contribution guidelines, refer to the CONTRIBUTING.md file.

Learn More

To learn more about Next.js, check out these resources:

Contributions to the Next.js GitHub repository are welcome!

Deploy on Vercel

For easy deployment, use the Vercel Platform from the creators of Next.js.

Refer to the Next.js deployment documentation for detailed instructions.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages