- npm
npm installto install the dependenciesnpm run devto 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 buildto generate the deployement files. The files in the dist folder should be copied to thedeploybranch for deployement.(This step is for maintainers only) - Run a
git push origin mainand make a pull request.