Skip to content

Commit 481ad5d

Browse files
author
Jeroen Gerits
committed
added small frontend instructions to README.md
1 parent 63bac6f commit 481ad5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ When you'd like to access the database, connect to host app.local port 3306 usin
7474

7575
After pulling down changes, ssh into the vagrant box and run the update_environment.sh script.
7676

77+
### Frontend
78+
79+
Because we keep the generated / minified css out of the repository, we must have a workflow for compiling the styles.
80+
* Install the latest NodeJS
81+
* Then, go to /public folder and run "npm install"
82+
* Finally, run "compass watch" in your /public folder and the minified css will be generated.
83+
7784
### Contribution
7885

7986
Please consult [The Vision Document](VISION.md) which contains contribution standards and an outline of the general vision of the application.

0 commit comments

Comments
 (0)