Skip to content

Commit c4f2429

Browse files
committed
website readme
1 parent a5aaeff commit c4f2429

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# j2html.com
2+
3+
Don't edit these files manually, they are generated from `j2html/website`.

website/README

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.

0 commit comments

Comments
 (0)