https://github.com/aaronconway7/workflow
https://github.com/aaronconway7/workflow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronconway7/workflow
- Owner: aaronconway7
- Created: 2016-12-13T15:40:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T17:08:44.000Z (over 8 years ago)
- Last Synced: 2025-01-17T02:11:59.856Z (4 months ago)
- Language: HTML
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workflow
## Get Started
### Get da code
### Prerequisites
1. [node.js](https://nodejs.org/en/)
Open up a terminal window and type `node -v`. If you have it installed, you should see a version number returned. If not, go to [nodejs.org](https://nodejs.org/en/) and click on the big green Install button.2. [gulp](http://gulpjs.com/)
Open up a terminal window and type `gulp -v`. If you have it installed, you should see a version number returned. If not, in your terminal window type `npm install -g gulp`.3. [bower](https://bower.io/)
Open up a terminal window and type `bower -v`. If you have it installed, you should see a version number returned. If not, in your terminal window type `npm install -g bower`.*note if you are on a mac you may need to use the keyword `sudo npm install`*
### Local Dependencies
In the directory you are working in type the following:
````
npm install
bower install
gulp
````