https://github.com/csbun/test
A clean Roots install. Roots is a static site compiler, that generates static html, css, and javascript files. It's very good at helping to build static front-ends.
https://github.com/csbun/test
Last synced: about 2 months ago
JSON representation
A clean Roots install. Roots is a static site compiler, that generates static html, css, and javascript files. It's very good at helping to build static front-ends.
- Host: GitHub
- URL: https://github.com/csbun/test
- Owner: csbun
- Created: 2016-10-14T12:47:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T12:47:56.000Z (over 8 years ago)
- Last Synced: 2025-01-07T23:22:15.366Z (4 months ago)
- Language: CSS
- Homepage: http://roots-base-template.netlify.com
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# roots-base
Clean Roots Install
### Setup
- make sure [node.js](http://nodejs.org) and [roots](http://roots.cx) are installed
- clone this repo down and `cd` into the folder
- run `npm install`
- run `roots watch`
- ???
- get money### Deploying
- If you just want to compile the production build, run `roots compile -e production` and it will build to public.
- To deploy your site with a single command, run `roots deploy -to XXX` with `XXX` being whichever [ship](https://github.com/carrot/ship#usage) deployer you want to use.