- Clone the repository: https://github.com/DamianoNaraku/jodel-react.git
- Run: docker compose up -d
- Go to: http://localhost:3000
This version includes memorec model suggestions and collaborative live editing rooms.
The application is publicly accessible at this link.
If you want to run it locally, clone this repository, install node.js and npm, then run the following commands with a terminal opened at project's root folder
npm install
npm run start
or
npm install
npm run build
MDEGroup jodel repository: This is where stable, production-ready versions are released.