File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # j2html.com
2+
3+ Don't edit these files manually, they are generated from `j2html/website`.
Original file line number Diff line number Diff line change 1+ # j2html.com source code
2+
3+ ## Running
4+
5+ Run this as any maven project.
6+ Website is available on http://localhost:8888/.
7+
8+ ## Deploying
9+
10+ In order to "deploy" the website, the static files in the `j2html/docs` must be updated.
11+ You can either download the files manually from your browser, or use curl:
12+
13+ ```
14+ curl "http://localhost:8888/" > index.html
15+ curl "http://localhost:8888/download.html" > download.html
16+ curl "http://localhost:8888/examples.html" > examples.html
17+ curl "http://localhost:8888/news.html" > news.html
18+ curl "http://localhost:8888/404.html" > 404.html
19+ ```
20+
21+ Changes will be deployed automatically once they have been merged.
You can’t perform that action at this time.
0 commit comments