Below are the steps to guide you through preparing your local environment for the project.
To begin, ensure you have network access. Then, you'll need the following:
- Clone the repository using HTTPS, SSH, or Github CLI
git@github.com:puranban/futsal-team-generator.git #SSH- Navigate to the project directory
cd futsal-team-generator- Install dependencies
pnpm install- Start local development server
pnpm dev