diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 21:51:20 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 21:51:20 +0200 |
| commit | 47742e9fcaec60798f7d67202e4fa0c25c64b3a1 (patch) | |
| tree | 0210dbf9613d87d3ecb4236938ab2e0aea25abd6 /README.md | |
| parent | 6985a2075010bfe359e2ba42a1da180b7fbfe5ce (diff) | |
| download | jbmafp-47742e9fcaec60798f7d67202e4fa0c25c64b3a1.tar.gz | |
Added small embedded server
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
