https://github.com/zencephalon/racciki
Wiki project for Raccoons lectures.
https://github.com/zencephalon/racciki
Last synced: about 1 year ago
JSON representation
Wiki project for Raccoons lectures.
- Host: GitHub
- URL: https://github.com/zencephalon/racciki
- Owner: zencephalon
- Created: 2014-11-18T15:54:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T23:54:37.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T10:54:47.269Z (over 1 year ago)
- Language: Ruby
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
### Racciki
A wiki-lite Sinatra application live coded with luv for the Dev Bootcamp Raccoons 2014.
### Quickstart
1. `bundle install`
2. `shotgun config.ru`
As needed, create models & migrations with the `rake` tasks:
```
rake generate:migration # Create an empty migration in db/migrate, e.g., rake generate:migration NAME=create_tasks
rake generate:model # Create an empty model in app/models, e.g., rake generate:model NAME=User
```
### Contributing
We would love for you to help make the skeleton more awesome, There are three ways to contribute:
1. Ask for a bug fix or enhancement!
2. Submit a pull request for a bug fix or enhancement!
3. Code review an open pull request!
Be prepared to give and receive specific, actionable, and kind feedback!