Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Defraud logo

Defraud





GitHub Actions badge


License badge

> 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).