Skip to content

Commit

Permalink
update formatting and deployment section (heroku#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlym committed Feb 6, 2024
1 parent 6df7342 commit 2a3b05b
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
The Twelve-Factor App
=====================
# The Twelve-Factor App

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

Development
-----------
## Development

bundle install
heroku local:start
open https://localhost:5000
```sh
bundle install
heroku local:start
open https://localhost:5000
```

Production deploy
-----------------
## Deployment

heroku create
git push heroku master
heroku open
Changes should take place through Pull Requests. Deployment of changes is automatic when merged into `main`.

Meta
----
## Meta

Created by Adam Wiggins

Expand Down

0 comments on commit 2a3b05b

Please sign in to comment.