My personal site
Go to file
Trevor Vallender 0a1f918c41 Install importmap-rails 2023-08-15 14:52:22 +01:00
app Install importmap-rails 2023-08-15 14:52:22 +01:00
bin Install importmap-rails 2023-08-15 14:52:22 +01:00
config Install importmap-rails 2023-08-15 14:52:22 +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 Initial commit 2023-08-08 17:48:09 +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

  • ...