Skip to content

Commit

Permalink
Update read me to include yarn and assets in the development set up (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Katy600 authored Nov 16, 2023
1 parent a8134dc commit e636476
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@

## Setting up development environment

Install Postgres on your local machine. If you would like to use a different database, you may need to update the config/database.yml file

- Install yarn

```
yarn install
```

- Install dependencies

```
Expand All @@ -36,6 +44,16 @@ bin/setup

**NOTE:** You can change the [default values](../.env.sample) for the environment variables as necessary in each of the environment files (e.g. `.env.development` and `.env.test`)

- You may need to build your assets with:

```
bundle exec rails assets:precompile
```
and or
```
yarn build
```

- Load data

```
Expand Down

0 comments on commit e636476

Please sign in to comment.