dluc / 12factor

Home Page:https://www.12factor.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Twelve-Factor App

Source for the content app running at: https://12factor.net/

Development

bundle install
heroku local:start
open http://localhost:5000

Production deploy

heroku create
git push heroku master
heroku open

Meta

Created by Adam Wiggins

Contributions from: James Lindenbaum, Mark McGranaghan, Chris Stolt, Ryan Daigle, Mark Imbriaco, Keith Rarick, Will Leinweber, Jesper Jørgensen, James Ward, Adam Seligman, Phil Hagelberg, Jon Mountjoy, Matthew Turland, Daniel Jomphe, Mattt Thompson, Anand Narasimhan, Lucas Fais, Pete Hodgson

Translations and edits by: @sigerello, @mahnunchik, @francescomalatesta, @astralhpi, @liangshan, @orangain, @Keirua, Clément Camin, Bob Marteen, @dmathieu, @fernandes, @gwmoura, @lfilho, @Arturszott, @melikeyurtoglu, @filiphanes and more.

Released under the MIT License: https://opensource.org/licenses/MIT

About

https://www.12factor.net/

License:MIT License


Languages

Language:CSS 45.4%Language:HTML 27.6%Language:Ruby 27.0%