Club Website 2019

screenshot of Club Website 2019
gatsby
react

This project is outdated and is no longer actively maintained. Archived for reference. Website of FOSS@Amrita, Powered by JAMStack

Overview

The amFOSS Website is a website for FOSS@Amrita, powered by Next.js. It provides information about the organization and its activities. The website can be installed and developed locally using Node.js and NPM, and can be deployed using Surge.

Features

  • Next.js powered website for FOSS@Amrita
  • Easy installation using Node.js and NPM
  • Local development environment setup using Surge
  • Deployment using Surge

Development

To develop the amFOSS Website locally, follow these steps:

  1. Create a Surge account.
  2. Clone the amFOSS Website repository and navigate to its root directory.
  3. Run the command "surge" in the terminal.
  4. Enter your email and password when prompted, and verify your email.
  5. Generate a token.
  6. Open your GitLab account and go to Settings > CI/CD > Variables.
  7. Add your environment variables SURGE_TOKEN and SURGE_LOGIN to the variables list.

Summary

The amFOSS Website is a Next.js powered website for FOSS@Amrita. It can be installed and developed locally using Node.js and NPM, and can be deployed using Surge. The installation and development process is straightforward and well-documented, making it easy for users to get started with the website.

gatsby
Gatsby

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.