Skip to content

Commit e9f116e

Browse files
committed
Adds some stub instructions for working on the Purescript site. Adds grunt-cli for seamless global-vs-local install workflows.
1 parent 5e07660 commit e9f116e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
purescript.github.io
22
====================
33

4-
Project Homepage
4+
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

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"devDependencies": {
55
"grunt": "^0.4.5",
6+
"grunt-cli": "^0.1.13",
67
"grunt-contrib-clean": "^0.6.0",
78
"grunt-contrib-compass": "^1.0.1",
89
"grunt-contrib-connect": "^0.8.0",

0 commit comments

Comments
 (0)