Skip to content

Github repository of IEEE SB GEC Thrissur website, made with Gatsby

Notifications You must be signed in to change notification settings

IEEE-GECT/web-core

Repository files navigation

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