Local Development Setup Guide
Prerequisites
- Git
- Docker and Docker Compose (optional, for container development)
Setup
For local development we need to setup few packages in our local machine. The installation is handled by one script.
Windows Setup
- Open Command Prompt as administrator
- Navigate to your project directory:
- Run the setup script:
Linux Setup
- Open terminal
- Navigate to your project directory:
-
Make the script executable:
-
Run the setup script:
If you are using linux subsystem (e.g wsl) Run this command first: