We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5903ab commit 7db1e27Copy full SHA for 7db1e27
README.md
@@ -23,7 +23,7 @@ This will allow you to access it served as static files from the backend at `loc
23
```bash
24
cd backend
25
cp .env.example .env
26
-yarn prisma migrate dev
27
yarn install
+yarn prisma migrate dev
28
yarn start
29
```
0 commit comments