We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e07660 commit e9f116eCopy full SHA for e9f116e
README.md
@@ -1,4 +1,20 @@
1
purescript.github.io
2
====================
3
4
-Project Homepage
+The Purescript project homepage.
5
+
6
7
+## Development
8
9
+TODO: Describe how the Pandoc Markdown => HTML process works.
10
11
+You'll need [npm](https://www.npmjs.org) and [Compass](http://compass-style.org/install/) installed to proceed. Run:
12
13
+ npm install
14
+ grunt
15
16
+To have a server running to preview changes, kick off:
17
18
+ grunt dev
19
20
+... And open your browser to [http://0.0.0.0:8000](http://0.0.0.0:8000).
package.json
@@ -3,6 +3,7 @@
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
+ "grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-connect": "^0.8.0",
0 commit comments