This project is a user interface for the @https://github.com/ivanbtrujillo/system-security-checker-node repository.
Before starting, it's necessary to create a .env
file following the format of .env.example
. This file should include the Supabase URL and anonymous key associated with your Supabase database:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
npm run build
# or
yarn build
# or
pnpm build
# or
bun build