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.
Clone the project
git clone git@github.com:ScalantCommunity/ScalantWebsite.gitGo to the project directory
cd ScalantWebsiteInstall dependencies
npm installStart the server
npm run devClone 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