You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Create a new database with the name you have in your `.env`-file.
96
96
Then setup your application environment.
97
97
98
98
```bash
99
-
npm start setup
99
+
npm run setup
100
100
```
101
101
102
102
> This installs all dependencies with yarn. After that it migrates the database and seeds some test data into it. So after that your development environment is ready to use.
0 commit comments