nabladown-server
v1.0.55
Published
Hot reloading nabladown files
Downloads
134
Maintainers
Readme
Nabladown server
Nabladown server is a computer application that lets you view nabladown files, through a hot reloading server.
Quick start
Executable (windows and linux)
Download the lastest executable from the release page, and run it.
npx
The simplest way to run this is to use npx
in a folder with nabladown files:
npx nabladown-server
Then open browser at http://localhost:3000
. It will display a list of all .nd
files, in the folder where the first command was run.
Then use any editor to change your files. The documents will update accordingly.
bunx
You can also use bunx
bunx nabladown-server
If there is some error try to install it globally using
bun i -g nabladown-server
, and then try again.
Advanced
Change port
It is possible to change the port:
npx nabladown-server -p 8080
The above command will run the server on port 8080
.
Add your style
Just create an index.css
file in your root folder.
To disable this default behavior, just run: npx nabladown-server -no-css
TODO
- Offline mode
- Low priority
- Create files
- Delete files
- Rename files
- Create folders
- Delete folders
- Rename folders