Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/VerbalExpressions/verbalExpressions.github.io


https://github.com/VerbalExpressions/verbalExpressions.github.io

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

verbalExpressions.github.io
===========================
View all our repos in one place [http://verbalExpressions.github.io](http://verbalExpressions.github.io)

## Development
```
mkdir verbalexpressions-site
git clone https://github.com/VerbalExpressions/verbalExpressions.github.io.git
cd verbalexpressions-site
npm install
grunt
```
During development you can use `grunt watch` to lint/compile on changes.
All the changes should be done in the `src` folder the rest of the files will
be generated by grunt.

## Build
To perform a build run
```
grunt build
```