This repository contains the source code for the website of Aerodynamics club of BITS Goa. The project is in its last phase, where only Project
page is left to be made and few other minor adjustments. The website can be visited using the link: https://aerod.netlify.app
This project was created using Gatsby framework and deployed using Netlify. Gatsby is a framework based on React, click here to learn more about Gatsby and here to learn more about Netlify.
Make sure you have Git and Node installed on your system. You can check it by using git --version
and node --version
commands respectively. If already installed, follow the commands below to setup the local development of this project on your machine.
git clone https://github.com/AeroDBPGC/website.git
cd website
npm i
npm install --global gatsby-cli
gatsby develop
run at http://localhost:8000/
We welcome everyone who want to contribute to this project, its a great time to learn and explore JAM Stack and this project uses all the fundamental technologies of it. If you want to contribute to our project, please read Contributing.md to get started.
Please feel free to open an issue or contribute to the project by submitting a Pull Request. 😄