Clarify backend setup instructions in README.
This commit is contained in:
Euan R 2026-01-22 15:31:59 -05:00 committed by GitHub
parent 78c1b30e78
commit 78ec742f04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,10 +58,10 @@ cp .env.example .env
npm install
npm run dev
# In a separate terminal, for the backend:
In a separate terminal
cd backend
cp .env.example .env
# Edit .env and set SESSION_SECRET to a 64+ char string (run: openssl rand -hex 64)
Edit .env
bundle config set --local path 'vendor/bundle'
bundle install
bundle exec rackup config.ru -p 9292