docs: add copy-pasteable command for setting up local environment

This commit is contained in:
Pavel Fomchenkov 2022-11-26 08:35:34 +01:00
parent c746a6a7a5
commit 02d8a01cfc

View file

@ -77,6 +77,10 @@ pnpm install
2. Copy `.env.example` to `.env.local` and update the variables.
```sh
cp .env.example .env.local
```
3. Start the development server:
```sh