Skip to content

Commit

Permalink
chore: Update README regarding copying .env file (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrro authored Oct 13, 2023
1 parent 2affbce commit 8714368
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .template/variants/web/.gitignore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
# Ignore Gemfile.lock file in engines.
/engines/*/Gemfile.lock
# Ignore env file
.env
IGNORE
end
8 changes: 7 additions & 1 deletion README.md.tt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@

### Development

Copy the contents of `.env.example` to `.env`

```sh
cp .env.example .env
```

Run the Rails app:

```sh
make dev
``
```

## Testing

Expand Down

0 comments on commit 8714368

Please sign in to comment.