https://github.com/sproutcore/demos
The demos source. Build and push to https://github.com/sproutcore-demos/sproutcore-demos.github.com.
https://github.com/sproutcore/demos
Last synced: 10 months ago
JSON representation
The demos source. Build and push to https://github.com/sproutcore-demos/sproutcore-demos.github.com.
- Host: GitHub
- URL: https://github.com/sproutcore/demos
- Owner: sproutcore
- Created: 2010-09-15T19:28:40.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2015-01-23T19:51:08.000Z (over 11 years ago)
- Last Synced: 2025-04-02T17:51:11.132Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 36.6 MB
- Stars: 58
- Watchers: 20
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY
Awesome Lists containing this project
README
SproutCore Demos
================
These are apps that showcase (or will showcase) SproutCore at its finest.
### Setup
Make sure to run the following command to fill the `frameworks/sproutcore`
directory with the latest code from the master branch of sproutcore.
```bash
$ git submodule update --init
```
### Deployment
To deploy _(make sure to replace `{app_name}` and `{build_number}` appropriately)_:
1. Build the demo app into the working copy of the deployed page repo:
```bash
$ sproutcore build {app_name} --buildroot=../path_to_working_copy_of_sproutcore-demos.github.com_repo
```
1. cd to that directory and move index.html to the top of the directory:
```bash
$ cd ../path_to_working_copy_of_sproutcore-demos.github.com_repo
$ mv static/{app_name}/en/{build_number}/index.html {app_name}_demo.html
```
1. Push to `git@github.com:sproutcore-demos/sproutcore-demos.github.com.git`