https://github.com/yazinsai/anti-hate
https://github.com/yazinsai/anti-hate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yazinsai/anti-hate
- Owner: yazinsai
- Created: 2023-10-22T08:11:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T06:34:04.000Z (over 1 year ago)
- Last Synced: 2025-03-06T04:05:21.572Z (3 months ago)
- Language: TypeScript
- Homepage: https://anti-hate.vercel.app
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```