Build project page

The project page is visible at autoedit.ioarrow-up-right.To edit the project page go to ./project_page folder and edit the jekyllarrow-up-right 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 folderarrow-up-right in this repo used to publish with github pagearrow-up-right.

This comand also updates the demo front end (autoedit.io/demoarrow-up-right). 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/arrow-up-right

The project site uses this template for the Landing page pratt-app-landing-pagearrow-up-right demoarrow-up-right

Last updated