Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xuchunyang/epkg

A basic website for browse Emacs packages
https://github.com/xuchunyang/epkg

emacs

Last synced: 3 months ago
JSON representation

A basic website for browse Emacs packages

Awesome Lists containing this project

README

        

# A basic website for browse Emacs packages

These packages data is provided by the Emacsmirror package database:https://github.com/emacsmirror/epkgs

https://epkg.vercel.app/

![screen shot of the homepage](homepage.png)

https://epkg.vercel.app/ag/

![screen shot of the ag package](ag.png)

## Build

The website is a static site.

- To build it, type `make`
- To preview it, type `cd public && python3 -m http.server`