This section provides instructions for setting up and running the project on a local machine.
-
Clone the Repository:
Clone this repository to your local machine using the following command:
git clone https://github.com/vishalx360/taskflow-space.git
-
Navigate to Project Directory:
Change to the project directory using the following command:
cd taskflow-space
-
Install Dependencies:
Install the project dependencies:
npm install
or using pnpm
pnpm install
-
Copy .env.example:
Duplicate the .env.example file and rename it to .env using the following command:
cp .env.example .env
-
Configure Environment Variables:
Open the .env file and provide values for the environment variables as required by your project.
-
Start Development Server:
Start the development server using the following command:
npm run dev
Your Next.js app should now be running locally at http://localhost:3000.