-
Notifications
You must be signed in to change notification settings - Fork 0
Development Setup
Jacob edited this page Jan 9, 2025
·
1 revision
This guide will help you set up your development environment for working on the Squared project.
- Node.js (v14 or later)
- pnpm (v6 or later)
- Git
-
Clone the repository:
git clone https://github.com/squared/squared.git cd squared -
Install dependencies:
pnpm install -
Set up environment variables:
- Copy
.env.exampleto.envin each project directory (www, web, api) - Fill in the required values in each
.envfile
- Copy
-
Start the development servers:
pnpm devThis will start all three applications (www, web, api) in development mode.
We recommend using Visual Studio Code with the following extensions:
- Biome
- Tailwind CSS IntelliSense
If you encounter any issues during setup, please refer to the Common Issues page or reach out to the development team.