Skip to content

Nabladown server is an application that lets you view nabladown files, through a hot reloading server.

License

Notifications You must be signed in to change notification settings

pedroth/nabladown-server

Repository files navigation

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

About

Nabladown server is an application that lets you view nabladown files, through a hot reloading server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published