https://github.com/sashafklein/blog
https://github.com/sashafklein/blog
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sashafklein/blog
- Owner: sashafklein
- Created: 2014-08-10T23:28:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T15:44:16.000Z (almost 11 years ago)
- Last Synced: 2025-02-09T06:41:21.376Z (4 months ago)
- Language: Ruby
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blog
====Getting Started
---------------This repository comes equipped with a self-setup script:
% ./bin/setup
After setting up, you can run the application using [foreman]:
% foreman start
[foreman]: http://ddollar.github.io/foreman/
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)