Hosted here👈
Also here👈
-
📁Clone this repository
Clone this repository using git and navigate to the project folder
git clone https://github.com/IEEE-GECT/web-core.git cd web-core
-
🔨Start developing
Install all dependencies and start the development server
npm install # OR npm i # Start development server gatsby develop # OR npm run develop
-
💫Deployment
Deploy website
npm run deploy -- <host> <user> <password>
Deploy to Github Pages
npm run deploy-gh