Skip to content

Commit

Permalink
Review README.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosantini committed May 15, 2016
1 parent b01e55d commit 004c4c0
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,6 @@
Associazione Alberto Poltronieri
================================

Development
-----------

You need to install [Node.js](http://nodejs.org/) and the following tools:

```
$ npm install -g enfield
...
$ npm install -g grunt-cli
...
$ npm install -g bootlint
...
```

Then you need to install the dependencies: `$ npm install`

You may generate the site locally, using [enfield](https://github.com/fortes/enfield).

Then you may validate the html, using the default [Grunt](http://gruntjs.com/)
task; at last, you may validate the [Boostrap](http://getbootstrap.com/) code
with [bootlint](https://github.com/twbs/bootlint).

```
$ enfield
...
$ grunt
...
$ bootlint _site/*.html
...
```

Deploy
------

Expand Down

0 comments on commit 004c4c0

Please sign in to comment.