You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read more about Rails on their [official website](https://rubyonrails.org/)
27
27
28
+
## Local dev no vscode
28
29
29
-
## Local Dev Setup
30
-
Had to run export RAILS_ENV=test && bin/rails db:prepare in order to get my test database setup to run tests. Would be nice if this just happend when I run the test command
30
+
### Basic development
31
+
bundle install
32
+
yarn install
33
+
docker-compose -f .devcontainer/docker-compose.yml up -d
0 commit comments