We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee64c5a commit a953fc9Copy full SHA for a953fc9
1 file changed
README.md
@@ -4,12 +4,13 @@ This is the repo for the JavaScript.com website.
4
5
## Running
6
7
-Install dependencies with `npm install`.
8
-Run the application with `npm start`.
+* Install dependencies with `$ npm install`.
+* Create the local PostgreSQL database with `$ createdb javascriptcom`.
9
+* Load schema with `$ psql javascriptcom < db/schema.sql`
10
+* Run the application with `$ npm start`.
11
12
For debugging all the things, run `DEBUG=* npm start`.
13
-
14
## Development
15
16
If you add any runtime dependencies, you must run `npm shrinkwrap` and
0 commit comments