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

https://github.com/tpn/website


https://github.com/tpn/website

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Environment Setup

```bash
# Install node and npm if not already installed
sudo apt update
sudo apt install -y nodejs npm

# Install minification tools
sudo npm install -g html-minifier-terser cssnano-cli terser
```