Borhole Management System Frontend Install dependencies npm install or yarn install Build App yarn build or npm run build Developer corner npm start App served on a subpath url To specify the path from where the app is served (https://example.com/bdms) you can specify the environment variable as follows: PUBLIC_URL=/bdms npm run build