Start by cloning the repository
Then run the server
npm install
npm run dev
UI 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 build
Then, you can serve the production build with
npm run start
Production build will be accessible at http://localhost:3000