iit-technology-ambit / Apsara2.0

Frontend of IIT Tech Ambit website
https://old.iit-techambit.in/
MIT License
0 stars 4 forks source link

Apsara2.0

Second version of iit-techambit frontend.

Set up:

Installation

npm install

Running on localhost

npm start

NOTE: Please use only npm as package manager not any other to avoid dependency clashes

To Contribute

While contributing

Deployment

Note that the master branch is deployed to server through Midgard. Any commits pushed to master will be deployed to server instantly

A manual deployment can be triggered by going to the midgard dashboard.

Documentation

The documentation for the Material Kit React is hosted at our website.

Configuration - Settings.json in VS Code

{
  "files.trimTrailingWhitespace": true,
  "editor.formatOnSave": true,
  "eslint.autoFixOnSave": true,
  "eslint.alwaysShowStatus": true,
  "javascript.updateImportsOnFileMove.enabled": "always",
  "prettier.jsxSingleQuote": true,
  "prettier.singleQuote": true
}

Docs - Easy reference to make changes for devs

Routes

All the routes are present in src/index.js

Navbar

Landing Page

Stories

Archive

Newsletter

Team Page

Stylings

Licensing

Useful Links