Build project page

The project page is visible at autoedit.io.To edit the project page go to ./project_page folder and edit the jekyll site that is hosted on github pages for this repository.

To update the project page run

npm run make_page

This copyies from the ./project_page folder (that also contains the demo front end) to the /docs folder in this repo used to publish with github page.

This comand also updates the demo front end (autoedit.io/demo). To update project page without updating demo front end code npm run preview_page_no_demo_reload.

The project page is a jeckyll site, and can be previewed locally using

npm run preview_page

Then visit http://127.0.0.1:4000/

The project site uses this template for the Landing page pratt-app-landing-page demo

Last updated