Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremy-code/defraud
Defraud is a tool to help you identify and avoid scams
https://github.com/jeremy-code/defraud
defraud fraud nextjs privacy react scam security
Last synced: 5 days ago
JSON representation
Defraud is a tool to help you identify and avoid scams
- Host: GitHub
- URL: https://github.com/jeremy-code/defraud
- Owner: jeremy-code
- License: mit
- Created: 2024-04-12T00:54:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T02:01:50.000Z (2 months ago)
- Last Synced: 2024-09-12T11:51:50.292Z (2 months ago)
- Topics: defraud, fraud, nextjs, privacy, react, scam, security
- Language: TypeScript
- Homepage: https://defraud.io
- Size: 813 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Defraud is a web application that allows users to learn about scams and how to avoid them.
## Installation
```shell
git clone https://github.com/jeremy-code/defraud.git
cd defraud
corepack enable
pnpm install
```## Usage
```shell
# Set Node.js version to the one specified in .nvmrc
nvm use# Run the development server locally
pnpm dev# Lint and format code with ESLint and Prettier
pnpm lint
pnpm format# Build
pnpm build
```## License
This project is licensed under the [MIT license](LICENSE).