Skip to content

ChoraClub/chora_club

Repository files navigation

Welcome to Chora Club!

Getting Started

Follow the steps below to clone and run the project locally.

Pre-requisites

Make sure you have the following installed on your system:

  • Node.js (version 20.0.0 or later)
  • Yarn (version 1.22.0 or later)
  • Git

Clone the Repository

To clone the repository, open your terminal and run the following command:

https://github.com/ChoraClub/chora_club.git

Navigate to the Project Directory

Once the repository is cloned, navigate into the project folder:

cd chora_club

Install Dependencies

Install the project dependencies using Yarn:

yarn install

Running the Development Server

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.

Building the Project

To create an optimized production build, run the following command:

yarn build

Thank you for checking out Chora Club! If you run into any issues or have any questions, feel free to open an issue or reach out to us.