https://github.com/simpleweb/rusic-theme-competition-2016
A prize draw theme for Rusic
https://github.com/simpleweb/rusic-theme-competition-2016
Last synced: 4 months ago
JSON representation
A prize draw theme for Rusic
- Host: GitHub
- URL: https://github.com/simpleweb/rusic-theme-competition-2016
- Owner: simpleweb
- Created: 2016-02-19T09:49:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T09:42:00.000Z (almost 9 years ago)
- Last Synced: 2025-10-29T21:41:32.790Z (8 months ago)
- Language: Liquid
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prize Draw Theme
A prize draw for Rusic that provides email signup with a referral mechanic.

## Setup
Copy `.rusic.yml.example` to `.rusic.yml` and configure it for the environments
you want to deploy to. If you’re stuck, please refer to the gem’s configuration
[instructions](https://github.com/rusic/rusic-gem#deploy-using-a-rusicyml-file).
Install development dependencies with `npm`.
```sh
$ npm install
```
Install deployment dependencies with `bundle`.
```sh
$ bundle
```
## Development
You can build the Sass and Coffee or watch _and_ build.
```sh
$ gulp build
$ gulp watch
```
## Deployment
Using the [Rusic gem](https://github.com/rusic/rusic-gem), deploy the theme to
your desired environment. You can also watch for changes and continuously
deploy.
```sh
$ bundle exec rusic deploy
$ bundle exec rusic deploy --watch
```