Node.js LTS and yarn must be installed in your local machine.
git clone https://github.com/USERNAME/teamastracea.in.git
cd teamastracea.in/
git checkout -b feat/new
yarn install
yarn run dev
This will provide you with a web interface available at http://localhost:3000/
git add .
git commit -m "commit-message"
git push origin branchName