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
- Host: GitHub
- URL: https://github.com/steedos/steedos-sites
- Owner: steedos
- Created: 2014-01-09T08:06:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T07:07:09.000Z (over 8 years ago)
- Last Synced: 2025-01-12T14:28:41.120Z (11 months ago)
- Language: HTML
- Size: 83.3 MB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.