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 [email protected]:ScalantCommunity/ScalantWebsite.git
Go to the project directory
cd ScalantWebsite
Install dependencies
npm install
Start the server
npm run dev
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