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:
parent
a2b96db75d
commit
3732fbe926
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -37,17 +37,15 @@ You'll need:
|
||||||
- ruby >3 (specific version is in `Gemfile`)
|
- ruby >3 (specific version is in `Gemfile`)
|
||||||
- postgresql (if using stock `config/database.yml`)
|
- 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
|
```shell
|
||||||
cd maybe
|
cd maybe
|
||||||
|
cp .env.example .env
|
||||||
bundle install
|
bundle install
|
||||||
rails db:setup
|
rails db:setup
|
||||||
```
|
|
||||||
|
|
||||||
You can then run the rails web server:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
bin/dev
|
bin/dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue