npm install
# For development environment
cp .env.example .env.development
# For production environment
cp .env.example .env.production
PUBLIC_URL
: Public URL for assets and routes (optional)API_BASE_URL
: The URL of your backend API for developmentAPI_AUTH_TOKEN
: Auth bearer token in theAuthorization
headerMIN_RU_RADARS
: Minimum number of Russian radars to be highlighted in a quadrantPORT
: Port for the Webpack Dev ServerCERT_PATH
andKEY_PATH
: Paths to your SSL certificate and key for HTTPS development
Using this instruction
npm run dev
npm run build:prod