We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0fe16 commit 12428e5Copy full SHA for 12428e5
README.md
@@ -65,14 +65,14 @@ SERVER_PORT=""
65
## Setup
66
67
1. Create a `.env.local` file on the root of the project based on `.env.example`
68
-2. Create a local `app` database. `$ createdb <DB_NAME>;`
+2. Create a `dev` app database. `$ createdb <DB_NAME>;`
69
3. Execute `$ npm run setup:local`
70
4. Start the development server running `$ npm run dev`
71
72
## Running Tests
73
74
1. Create a `.env.test` file on the root of the project based on `.env.example`
75
-2. Create a test `app` database. `$ createdb <DB_NAME>;`
+2. Create a `test` app database. `$ createdb <DB_NAME>;`
76
3. Execute `$ npm run setup:test`
77
4. Run `$ npm test`
78
0 commit comments