how to run
- Install docker on machine
- create .env file in the root of the project based on .env.example
- install Dev Container extension in VS Code
- Open the project in VS Code
- Open the command palette (Ctrl+Shift+P or Cmd+Shift+P on Mac)
- Type "Dev Containers: Reopen in Container" and select it
- Wait for the container to build and start
- Open a terminal in VS Code (Ctrl+
or Cmd+
on Mac) - Run
pnpm install
to install dependencies - Run
pnpm dev
to start the development server