/website

Website of FOSS@Amrita, Powered by JAMStack

Primary LanguageJavaScriptMIT LicenseMIT

amFOSS Website

Watchers Star Gazers Forks Travis CI MIT Contributors pipeline status

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

💽 Installation Instructions

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.