Skip to content

Commit

Permalink
v10 update. Final additions to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Oct 12, 2023
1 parent 8a44295 commit 3784675
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ cd Materia/docker
./run_first.sh
```

In a separate terminal window, run `yarn dev` to enable the webpack dev server and live reloading while making changes to JS and CSS assets. Materia is configured to run at `https://127.0.0.1` by default.

Note that Materia uses a self-signed certificate to facilitate https traffic locally. Your browser may require security exceptions for both `127.0.0.1:443` and `127.0.0.1:8008`.

More info about Materia Docker can be found in the [Materia Docker Readme](docker/README.md)

## Creating additional users
Expand Down

0 comments on commit 3784675

Please sign in to comment.