We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0349b90 commit c68d511Copy full SHA for c68d511
1 file changed
README.md
@@ -9,6 +9,7 @@ This is the repo for the JavaScript.com website.
9
* Load schema with `$ psql javascriptcom < db/schema.sql`
10
* This app authenticates with GitHub, so you'll need to create a GitHub Application and set ENVs for `GH_CLIENT_ID` and `GH_CLIENT_SECRET`.
11
* Run the application with `$ npm start`.
12
+* Compile and watch Sass with `$ gulp`.
13
14
For debugging all the things, run `DEBUG=* npm start`.
15
0 commit comments