Source for the website documentation
git clone git@github.com:ebean-orm/website-source.git
mkdir website-dest
java -jar avaje-website-generator-2.2.2.jar -s website-source/ -d website-dest/
This website generator will:
- generate content into website-dest
- continue to run (until CTRL-C) watching the source directory
- When any source file changes it will re-generate the changed content
- install node.
- run
npm install live-server -g
- run
live-server
in the website-dest directory to serve the content on localhost 8080.