cp .env.example .env
yarn install
Starts the project in devevelopment mode.
Open http://localhost:3000 in your browser.
Builds the project for production and saves the result in the dist
folder.
Create a .env
file and route the frontend to the necessary backends similar to the example below:
VITE_APP_USER_API_URL=https://early-warnings.playground.sandbox-playground.com
VITE_APP_THREAT_API_URL=https://early-warnings.playground.sandbox-playground.com
VITE_APP_LOG_API_URL=https://early-warnings.playground.sandbox-playground.com