Welcome to Hire-Sphere, the client-side application for our job posting platform, built using Next.js. This project is still under development.
Currently, there are no features available as we are still in the development phase.
- Next.js / React: For building the user interface.
- Tailwind CSS: For styling and layout.
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/your-username/hire-sphere-client.git
-
Navigate to the project directory:
cd hire-sphere-client
-
Install dependencies:
npm install
-
Create a
.env.local
file to configure your environment variables:NEXT_PUBLIC_API_URL=http://localhost:4000/api
To start the development server:
npm run dev