Skip to content

Commit

Permalink
Add build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkh committed Mar 19, 2018
1 parent 2266291 commit abf1327
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# MI-Chord

A visual chord representation of protein complex data from:
https://www.ebi.ac.uk/complexportal/


### Development

MI-Chord uses `gulp` to compile itself
```bash
npm install -g gulp
```

To build the project and watch for changes, use the default gulp task:
```bash
gulp
```

To release a compressed (production) version of the project:
```bash
gulp deploy
```

Note that while the source code is in coffeescript, the compiled JavaScript files are included in the repository to provide better integration with other NodeJS build solutions, such as a webpack.

0 comments on commit abf1327

Please sign in to comment.