@@ -16,3 +16,23 @@ Here are some links you may find helpful:
*[Olives.js on GitHub](https://github.com/flams/olives)
_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._
## Building the app
As this application is using node's module system, `browserify` or similar tool is required to package it for the browser. To build the app, simply do:
```
npm run build
```
To automatically rebuild the application as you make changes to the source code, you can do:
```
npm run watch
```
Make sure that you've installed all the dependencies first: