Go to file
2022-02-17 21:35:34 -05:00
public Center the damn GDPR banner 2022-02-15 22:46:10 -05:00
views Pretty up animation 2022-02-15 21:57:23 -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 Only need 2 threads 2022-02-17 21:35:34 -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 Updated TODOs 2022-02-13 02:46:34 -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

TODOs

  • Need to fix the animation, broken since using flex box