This is the code for my own personal site where I post blogs and stuff. Over time, I want to expand this to have a variety of different topics and features. Pretty barebones for right now. We only have
- Viewing multiple blogs
- Rendering blogs written in markdown into HTML
I expect most of the content here to be backend focused, although I may post some frontend designs from time to time.
How to run:
- Copy
env_template
to.env
- Fill
.env
fields with desired data - run
docker compose up -d
- run
docker-compose exec app bundle exec rake db:setup db:migrate
- Navigate to
localhost:3001