Go to file
2022-02-13 02:01:37 -05:00
public Moar style tweaks 2022-02-13 01:03:03 -05:00
views Implement modal buttons and playback 2022-02-13 00:49:14 -05:00
.gitignore Initial commit 2022-02-12 20:56:37 +01:00
.ruby-version Initial commit++ 2022-02-12 15:30:27 -05:00
config.ru Implement Dockerfile 2022-02-13 02:01:37 -05:00
Dockerfile Implement Dockerfile 2022-02-13 02:01:37 -05:00
Gemfile Implement background image 2022-02-12 17:10:51 -05:00
Gemfile.lock Implement background image 2022-02-12 17:10:51 -05:00
LICENSE Initial commit++ 2022-02-12 15:30:27 -05:00
mywillpower.rb Make the route a one-liner 2022-02-12 19:00:22 -05:00
README.md Implement Dockerfile 2022-02-13 02:01:37 -05:00

mywillpower.org

Source code for http://mywillpower.org

Local

Install dependencies

bundle install

Run it locally

bundle exec mywillpower.rb

Docker

Build

docker build -t mywillpower .

Run

docker run -p 4567:4567 mywillpower