Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdabaa/instabuild
https://github.com/lambdabaa/instabuild
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lambdabaa/instabuild
- Owner: lambdabaa
- License: mit
- Created: 2013-02-04T15:24:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T13:42:24.000Z (almost 10 years ago)
- Last Synced: 2024-11-09T11:44:44.485Z (2 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# InstaBuild
See [instabuild.org](http://instabuild.org) for some motivation.
## Getting Started
To get a feel for what this is all about (and once you've installed the
[dependencies](#dependencies)) donpm install -g [email protected]
instabuild create hello
cd hello
instabuild serve instabuild.jsonThen open
+ `hello/` in your text editor
+ `localhost:3000` in your browser
+ `hello.instabuild.org` in your browserand make some changes to the HTML, javascript, and css. You'll notice
that instabuild automatically refreshes the page on the local server
and deploys the new code to the remote server when you make changes :)### Dependencies
+ Node 0.8.x
+ rsync## Contributing
### Running the test suite
npm install -g mocha
tools/test.sh