https://github.com/andyw8/suspenders-example
Example app generated using the Suspenders gem by thoughtbot.
https://github.com/andyw8/suspenders-example
Last synced: 3 months ago
JSON representation
Example app generated using the Suspenders gem by thoughtbot.
- Host: GitHub
- URL: https://github.com/andyw8/suspenders-example
- Owner: andyw8
- Created: 2016-02-03T19:48:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T10:31:15.000Z (over 9 years ago)
- Last Synced: 2025-01-05T19:13:05.419Z (5 months ago)
- Language: Ruby
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example
## Getting Started
After you have cloned this repo, run this setup script to set up your machine
with the necessary dependencies to run and test this app:% ./bin/setup
It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up
your machine with [this script].[this script]: https://github.com/thoughtbot/laptop
After setting up, you can run the application using [Heroku Local]:
% heroku local
[Heroku Local]: https://devcenter.heroku.com/articles/heroku-local
## Guidelines
Use the following guides for getting things done, programming well, and
programming in style.* [Protocol](http://github.com/thoughtbot/guides/blob/master/protocol)
* [Best Practices](http://github.com/thoughtbot/guides/blob/master/best-practices)
* [Style](http://github.com/thoughtbot/guides/blob/master/style)