Clone the repository. You will need node and npm installed globally on your machine.
Installation:
cd sc_hire_front
npm installStart the Server:
npm startVisit the app at localhost:3000
Before pushing changes, to prettify JS and sort tailwind classes in the src dir run:
npx prettier --write srcTo check which files need formatting run:
npx prettier --check .