An open API service indexing awesome lists of open source software.

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.

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.