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

https://github.com/steedos/steedos-sites

Website for SteedOS Apps
https://github.com/steedos/steedos-sites

Last synced: about 1 month ago
JSON representation

Website for SteedOS Apps

Awesome Lists containing this project

README

          

SteedOS Websites
=========================

Website for SteedOS Apps. use nanoc

1. Install the dependencies (mainly nanoc) so you can preview the SproutCore website:

sudo gem install nanoc --version 3.7.4

2. Compling the Site
nanoc

3. Start local web server:
nanoc view

4. 安装自动编译服务
sudo brew install guard-nanoc
guard init nanoc

5. 启动自动编译服务,每次有文件修改时,会自动编译
guard

You can preview the site by running `nanoc` and visiting
[http://localhost:3000/](http://localhost:3000/) in your browser.