An open API service indexing awesome lists of open source software.

https://github.com/laluxx/live-server


https://github.com/laluxx/live-server

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

#+TITLE: live-server
#+AUTHOR: laluxx

* Install
Clone it
#+begin_src shell
git clone https://github.com/laluxx/live-server ~/.config/emacs/lisp/live-server
#+end_src

Add to init.el
#+begin_src elisp
(use-package live-server
:load-path "~/.config/emacs/lisp/live-server")
#+end_src