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

https://github.com/yazinsai/anti-hate


https://github.com/yazinsai/anti-hate

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Anti Hate

### Installation
Make sure you have node >19.9, then run the following
```sh
# Install npm packages
npm install

# Run development
npm run dev

# Create a build
npm run build
```