> For the complete documentation index, see [llms.txt](https://autoedit.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoedit.gitbook.io/documentation/project-page/build-update-demo-front-end-page.md).

# Build/update demo front end page

[autoedit.io/demo](http://www.autoedit.io/demo) contains a dummy demo of the front end, to update this after substantial changes to the app, run

```
npm run make_demo
```

This runs browserify to bundle the client side code and copies the `./electron` folder into the `./project_page/demo` folder.
