No description
- CSS 49.2%
- SCSS 31.5%
- Java 15.4%
- HTML 3.9%
| gradle/wrapper | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
Ssualt man website
How to debug
Run with hot reload:
./sass -w src/resources/static/style # don't forget run sass deamon
./gradlew build --continuous # for hot reload
./gradlew buildRun # for server application
How to use
The man site has reactive, static and text interface. You can open localhost:8080 in your browser and use the reactive search form. If your browser doesn't support javascript, you'll see a submit button.
Also, if you don't need (or can't visualise) an html ui, you can work in text mode: if your browser doesn't send text/html in Accept header, the server returns the text interface. Endpoints:
curl localhost:8080 # index page
curl localhost:8080?q=QUESTION # search page with your QUESTION
curl localhost:8080/a/ID # man page №ID