Welcome to the Code Community Music-client. This Next.js application serves as the frontend for the Code Community Music. This README will guide you through the local setup process, including connecting with the backend server of this project.
- Node.js
- npm(node package manager)
Open your terminal or command prompt.
Create a directory for your project:
mkdir codeCommunityMmusic
cd codeCommunityMusic
- Clone the repository to your local machine.
git clone https://github.com/Abbhiishek/codecommunitymusic-client.git
- Go to the client directory
cd codecommunitymusic-client
- Install dependencies
yarn
- Start the server
yarn dev
The client should be accessible at http://localhost:3000.
or
- Clone the repository to your local machine.
git clone https://github.com/Abbhiishek/codecommunitymusic-client.git
- Go to the client directory
cd codecommunitymusic-client
- Build the docker image:
docker compose up
4.Run the docker container:
docker run -p 3000:3000 codecommunitymusic-client
For setting up the django backend server of this project, navigate to https://github.com/Abbhiishek/codecommunitymusic-server & follow the Setup Instructions.