Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T15:18:01.000Z (about 4 years ago)
- Last Synced: 2024-11-10T21:17:14.277Z (3 months ago)
- Topics: documentation, ev3, ev3-robot, ev3dev, robotics, robotics-libraries
- Language: Java
- Homepage:
- Size: 22.7 MB
- Stars: 1
- Watchers: 2
- 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
----