ClusterThruster is a webapplication to simplify the organization of sharing cluster resources. Users will at least be able to register and subscribe to cluster resources. This project is built in the context of the course Scalable Systems at TU berlin.
The frontend uses react with next.js.
"BASE_URL": "Base-URL of api"
Start the development server
npm run dev
Build the app for production
npm run build
Run the built app in production mode
npm start