Welcome to the Recruitment-Solution-App repository! Recruitment-Solution-App is a visually stunning website built using React.js, TypeScript, Redux, Tailwind CSS and Firebase. The project is a front-end development endeavor and can be found on GitHub.
To get started, you can simply clone this repository and install the dependencies.
To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:
git clone https://github.com/itsme-Subid/Recruitment-Solution-App.git
To run the project, you will need to have Node.js and pnpm or yarn or npm installed on your machine. Once you have those, you can use the following commands:
cd Recruitment-Solution-App
pnpm install
pnpm run dev
or, if you are using yarn:
cd Recruitment-Solution-App
yarn
yarn run dev
or, if you are using npm:
cd Recruitment-Solution-App
npm install
npm run dev
This will start the development server and you should be able to see the website by visiting http://localhost:5173 in your browser.
To set up environment variables, you will need to change the credentials in src/firebase.ts
file.