https://github.com/ev3dev-lang-java/docs
Documentation about the project
https://github.com/ev3dev-lang-java/docs
documentation ev3 ev3-robot ev3dev robotics robotics-libraries
Last synced: 5 months ago
JSON representation
Documentation about the project
- Host: GitHub
- URL: https://github.com/ev3dev-lang-java/docs
- Owner: ev3dev-lang-java
- Created: 2017-01-15T18:33:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T15:18:01.000Z (almost 5 years ago)
- Last Synced: 2025-06-03T18:06:31.086Z (7 months ago)
- Topics: documentation, ev3, ev3-robot, ev3dev, robotics, robotics-libraries
- Language: Java
- Homepage:
- Size: 22.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
This is the repository about the documentation about the project.
## Local development
To test in local, in the terminal view of Intellij execute:
[source]
----
./gradlew -t asciidoctor
----
Later, create another terminal tab and execute:
[source]
----
./gradlew livereload
----
Finally, create another terminal to serve the contents:
[source]
----
./gradlew serve
----
If you open the document in a Web browser with the live reload plugin, you could see the changes.
[source]
----
http://localhost:8080/index.html
----