My personal site
Go to file
Trevor Vallender c57fe587c2 Use helper to update flash in streams 2023-08-18 21:02:39 +01:00
app Use helper to update flash in streams 2023-08-18 21:02:39 +01:00
bin Install importmap-rails 2023-08-15 14:52:22 +01:00
config Set up page titles 2023-08-18 19:46:38 +01:00
db Added user model 2023-08-08 20:25:35 +01:00
lib Initial commit 2023-08-08 17:48:09 +01:00
log Initial commit 2023-08-08 17:48:09 +01:00
public Initial commit 2023-08-08 17:48:09 +01:00
storage Initial commit 2023-08-08 17:48:09 +01:00
test Setup user registration and session management 2023-08-15 14:50:39 +01:00
tmp Initial commit 2023-08-08 17:48:09 +01:00
vendor Install importmap-rails 2023-08-15 14:52:22 +01:00
.envrc Initial commit 2023-08-08 17:48:09 +01:00
.gitattributes Initial commit 2023-08-08 17:48:09 +01:00
.gitignore Initial commit 2023-08-08 17:48:09 +01:00
.rubocop.yml Initial commit 2023-08-08 17:48:09 +01:00
.ruby-version Initial commit 2023-08-08 17:48:09 +01:00
Gemfile Initial commit 2023-08-08 17:48:09 +01:00
Gemfile.lock Initial commit 2023-08-08 17:48:09 +01:00
README.md Initial commit 2023-08-08 17:48:09 +01:00
Rakefile Initial commit 2023-08-08 17:48:09 +01:00
config.ru Initial commit 2023-08-08 17:48:09 +01:00
devenv.lock devenv update 2023-08-18 17:20:40 +01:00
devenv.nix Initial commit 2023-08-08 17:48:09 +01:00
devenv.yaml Initial commit 2023-08-08 17:48:09 +01:00

README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...