Defraud is a web application that allows users to learn about scams and how to avoid them.
git clone https://github.com/jeremy-code/defraud.git
cd defraud
corepack enable
pnpm install
# 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
This project is licensed under the MIT license.