Pelusa React is a web application that allows you to interact with the Pelusa API to help you classify URLs as malicious or benign.
First, install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Or use Docker:
docker build -t pelusa-react .
docker run -p 3000:3000 pelusa-react
Open http://localhost:3000 in your favourite browser to access the application.
The following environment variables are required to run the application, use a .env.local
file to set them:
API_ENDPOINT=http://localhost:8000 # Modify as necessary