Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 529 Bytes

README.adoc

File metadata and controls

32 lines (22 loc) · 529 Bytes

This is the repository about the documentation about the project.

Local development

To test in local, in the terminal view of Intellij execute:

./gradlew -t asciidoctor

Later, create another terminal tab and execute:

./gradlew livereload

Finally, create another terminal to serve the contents:

./gradlew serve

If you open the document in a Web browser with the live reload plugin, you could see the changes.

http://localhost:8080/index.html