Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Clone the repo and run the following commands:

You should be able to navigate to http://localhost/_pages/sample-article.html to see an article page render!

### Troubleshooting

If you see the error `Error: Cannot find module '../../client-env.json'`, try running `docker exec -it clay-starter_clay_1 npm run postinstall` and restart your server.

If you see the error `Unknown authenticationOk message typeMessage`, run `make add-access-key` and then `make rebuild`.

### Accessing The Edit UI

The edit interface of Clay is a component itself called [`Kiln`](https://github.com/clay/clay-kiln)! To begin editing with the UI you'll need to make sure you've run `make boostrap-user` after replacing the sample user with your own credentials or using the default one. Here's an example of what can be included in the `sample_users.yml` file:
Expand Down
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
},
"dependencies": {
"@nymdev/health-check": "^0.1.3",
"amphora": "^7.10.0",
"amphora": "8.0.0",
"amphora-event-bus-redis": "0.0.1",
"amphora-html": "4.1.0",
"amphora-schedule": "1.0.2",
"amphora-search": "7.4.0",
"amphora-serve-static": "0.0.1",
"amphora-storage-postgres": "1.2.0",
"amphora-storage-postgres": "2.1.0",
"bluebird": "^3.5.3",
"body-parser": "^1.18.2",
"clay-kiln": "8.13.0",
"clay-kiln": "10.1.0",
"clay-log": "^1.4.1",
"claycli": "^4.0.0",
"clayhandlebars": "5.0.1",
Expand Down