- npm
npm install
to install the dependenciesnpm run dev
to run the live-server- This website supports tailwindcss so you can either use it or write vanilla css normally.
- After you have made your changes and you want your changes to be deployed on the live site. Follow the below steps.
- run
npx prettier --write .
to indent the code properly. - run
npm run build
to generate the deployement files. The files in the dist folder should be copied to thedeploy
branch for deployement.(This step is for maintainers only) - Run a
git push origin main
and make a pull request.