https://github.com/ryan-haskell/nitrouscode
A webapp I made using nitrous.io on my chromebook.
https://github.com/ryan-haskell/nitrouscode
Last synced: 3 months ago
JSON representation
A webapp I made using nitrous.io on my chromebook.
- Host: GitHub
- URL: https://github.com/ryan-haskell/nitrouscode
- Owner: ryan-haskell
- Created: 2016-03-09T08:29:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-09T20:46:20.000Z (over 9 years ago)
- Last Synced: 2025-03-19T17:48:59.873Z (3 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NitrousCode
A webapp I made using nitrous.io on my chromebook.## Setup
1. __`npm install`__ - get all of the packages.
2. __`npm install -g gulp`__ - allow gulp to called from your terminal.
3. __`gulp`__ - build the web application.
4. __`node app.js`__ - run the server.