Start by cloning the repository
Then run the server
npm install
npm run devUI will connect to a delta-dm instance at http://localhost:1415 by default. Set NEXT_PUBLIC_API_URL to override this.
Go to http://localhost:3005 in your browser of choice. Enjoy!
Create a production-ready build by running
npm install
npm run buildThen, you can serve the production build with
npm run startProduction build will be accessible at http://localhost:3000