LESS/CSS framework focusing on html5 semantics using minimal markup.
If you don't have Node running on your computer it is recommended to install NODE from HomeBrew.Instructions for Installing Homebrew:
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
Instructions for Node:
$brew install node
Instructions for Node:
$brew install node
Grab this repo code and then run the following in the root director of the folder:
$git clone https://github.com/bingeboy/FredSloan.git
Install NPMs for Project
Goto the root folder with "package.json"
Run:
$npm install
This will grab all the npms required for the project.
Now start the project with
$npm start
FredSloan should now be running on http://localhost:8000
The NPM's should auto install with first command above. After the start command has run can open your browser and open: http://localhost:8000/
Supervisor is setup to run in the package file.
$npm start
Will default to supervisor and log errors and auto refresh page when any project files have been updated.
Basically point the watcher to the NPMs. I recommend installing express, jade, less, supervisor NPM's globally.
Kenny Jackson, [email protected] currently working at Victoria's Secret. Kenny's site can be found here: http://whoiskenjackson.com
JP McGarrity, [email protected], @bingeboy.
The MIT License (MIT)
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
