Skip to content

Latest commit

 

History

History
executable file
·
58 lines (40 loc) · 751 Bytes

README.md

File metadata and controls

executable file
·
58 lines (40 loc) · 751 Bytes

Scalant Community

This is the code of official website of Scalant Community. Student Community for learning and growing together, be the part of the amazing communtiy that will help you in your journey.

Setup On Local

Clone the project

  git clone [email protected]:ScalantCommunity/ScalantWebsite.git

Go to the project directory

  cd ScalantWebsite

Install dependencies

  npm install

Start the server

  npm run dev

How to Deploy Changes

Clone the project

  git add .
  git commit -m "message"
  npm run build
  git add dist -f
  git commit -m "Adding dist"
  git subtree push --prefix dist origin gh-pages