Welcome to Chora Club!
Follow the steps below to clone and run the project locally.
Make sure you have the following installed on your system:
To clone the repository, open your terminal and run the following command:
https://github.com/ChoraClub/chora_club.git
Once the repository is cloned, navigate into the project folder:
cd chora_club
Install the project dependencies using Yarn:
yarn install
After installing dependencies, start the Next.js development server:
yarn dev
This will start the server at http://localhost:3000. Open this URL in your browser to view the project.
To create an optimized production build, run the following command:
yarn build