Skip to content

amfoss/website

Repository files navigation

amFOSS Website

Watchers Star Gazers Forks Travis CI MIT Contributors pipeline status

Website for amFOSS(FOSS@Amrita) powered by Next.js.

Make sure that you have Node JS and NPM installed. Else you can refer to installation page on our wiki

Navigate into site's directory and start it up.

cd website/
npm install
npm run dev

Your site is now running at https://localhost:8000

🚀 Development Instructions

  1. Create a Surge account.
  2. Clone the amFOSS Website and get into it's root directory.
  3. Run surge
  4. Enter your email and password when it prompts for and verify your email.
  5. Generate a token.
  6. Open your GitLab account and go into Settings --> CI/CD --> Variables.
  7. Add your environment variables SURGE_TOKEN and SURGE_LOGIN in it.