Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.2 KB

IEEE GECT Official Website

Build Deploy

Hosted here👈

🚀 Quick start

  1. 📁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
  2. 🔨Start developing

    Install all dependencies and start the development server

    npm install
    # OR
    npm i
    
    # Start development server
    gatsby develop
    # OR
    npm run develop
  3. 💫Deployment

    Deploy website

    npm run deploy -- <host> <user> <password>

    Deploy to Github Pages

    npm run deploy-gh

Made with Gatsby