- Install golang, at least go1.17
- Install docker or docker-supported containter tools
- Install ruby 3.0.0 & rails (>=7.0.0)
- Recommended: Install RVM https://rvm.io/rvm/install
- Copy
env.sampleinto.env - Initiate go mod vendor, run
go mod tidy && go mod vendor -v
- Run
make docker-start - Run
make run-backend
- Navigate to
lavande_fe - Run
bundle install - Run
rails s