Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

lepisma/w.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

w.el

Development for this project has moved to sourcehut here. This repository is now in a read-only state.

Simple live serving system for static files. As of now, this depends on live-server to work. If you are using use-package, just do the following:

(use-package w
  :vc (:url "https://github.com/lepisma/w.el.git")
  :demand t
  :ensure-system-package (live-server . "cargo install live-server"))

Once installed, you can call w-start-here or w-start to run the live server. You can also customize the port w-start-port which is set to a default of 8080 right now.

About

Simple (local) server process manager

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors