1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Update README.md

This commit is contained in:
Josh Pigford 2024-02-03 14:46:11 -06:00
parent a2b96db75d
commit 3732fbe926

View file

@ -37,17 +37,15 @@ You'll need:
- ruby >3 (specific version is in `Gemfile`)
- postgresql (if using stock `config/database.yml`)
For convenience, the project contains configuration for a devcontainer. Open up the project in your editor that supports devcontainers and run the commands mentioned below.
If you prefer devcontainer, this project supports it (entirely optional).
Run the following commands after cloning the repo:
```shell
cd maybe
cp .env.example .env
bundle install
rails db:setup
```
You can then run the rails web server:
```shell
bin/dev
```