summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-08 21:51:20 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-08 21:51:20 +0200
commit47742e9fcaec60798f7d67202e4fa0c25c64b3a1 (patch)
tree0210dbf9613d87d3ecb4236938ab2e0aea25abd6 /README.md
parent6985a2075010bfe359e2ba42a1da180b7fbfe5ce (diff)
downloadjbmafp-47742e9fcaec60798f7d67202e4fa0c25c64b3a1.tar.gz
Added small embedded server
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5a7bab6..41fd492 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,8 @@ Some facts (will be more clear when you read the whole readme):
- All files in `static` folder will be moved to the root of `public` folder.
- When you provide `url` in your markdown files, this will create these files in
the root of `public` folder. No nesting allowed.
+- Comes with a small embedded HTTP server you can invoke with `jbmafo --server`
+ which will server contents from `public` folder. Good for testing stuff.
## Install