Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heroku/12factor
https://github.com/heroku/12factor
marketing-web-ops
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/heroku/12factor
- Owner: heroku
- License: mit
- Fork: true (adamwiggins/12factor)
- Created: 2013-07-24T19:32:31.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T16:14:44.000Z (about 2 months ago)
- Last Synced: 2024-12-27T05:06:03.905Z (30 days ago)
- Topics: marketing-web-ops
- Language: CSS
- Homepage: https://www.12factor.net/
- Size: 2.59 MB
- Stars: 3,709
- Watchers: 162
- Forks: 654
- Open Issues: 75
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- jimsghstars - heroku/12factor - (CSS)
- starred-awesome - 12factor - (CSS)
- awesome-starred - heroku/12factor - (others)
- stars - heroku/12factor - \[*MIT License*\] (⭐️3710) (CSS)
- stars - heroku/12factor - \[*MIT License*\] (⭐️3710) (CSS)
- awesome-technostructure - heroku/12factor
- awesome-technostructure - heroku/12factor
README
# The Twelve-Factor App
Source for the content app running at: https://12factor.net/
## Development
### Prerequisites
You will need [Ruby](https://www.ruby-lang.org/en/documentation/installation/), [heroku](https://devcenter.heroku.com/articles/heroku-cli?utm_source=redirect&utm_campaign=cli)
### Run
```sh
bundle install
heroku local:start &
open http://localhost:5000
```## Deployment
Changes should take place through Pull Requests. Deployment of changes is automatic when merged into `main`.
## 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 HodgsonTranslations and edits by:
[@sigerello](https://github.com/sigerello),
[@mahnunchik](https://github.com/mahnunchik),
[@francescomalatesta](https://github.com/francescomalatesta),
[@astralhpi](https://github.com/astralhpi),
[@liangshan](https://github.com/liangshan),
[@orangain](https://github.com/orangain),
[@Keirua](https://github.com/Keirua),
Clément Camin,
Bob Marteen,
[@dmathieu](https://github.com/dmathieu),
[@fernandes](https://github.com/fernandes),
[@gwmoura](https://github.com/gwmoura),
[@lfilho](https://github.com/lfilho),
[@Arturszott](https://github.com/Arturszott),
[@melikeyurtoglu](https://github.com/melikeyurtoglu),
[@filiphanes](https://github.com/filiphanes)
and [more](https://github.com/heroku/12factor/graphs/contributors).Released under the MIT License:
https://opensource.org/licenses/MIT