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