Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ There was an initial attempt to dockerize the IDP but it is currently deprecated

If you'd like to work with the previous implementation see the [Docker documentation](./docs/Docker.md) to install the IdP as a container.

### Linting

Run `make lint`

### Troubleshooting
#### I am receiving errors when running `$ make setup`

Expand Down Expand Up @@ -274,3 +278,11 @@ Paste the following contents into the text editor:
Use Control+X to save the file.

Restart your Mac to cause the .plist to take effect. Check the limits again and you should see both `ulimit -n` and `launchctl limit maxfiles` return a limit of 524288.

##### Errors related to _sassc_

If you are getting the error:
```
LoadError: cannot load such file -- sassc
```
Try `make run` for a short time, then use Ctrl+C to kill it