The user interface of Cocreate, a web application that connects digital players for digital projects.
git clone https://github.com/mdp-cocreate/cocreate-app.git
cd cocreate-appThis project requires Node (18.16.0). Install the dependencies, by running:
npm iSet up your environment variables in a .env file at the root of the project. You can follow the .env.example file.
You can now bootstrap the app, by running:
npm run devThe app is now running!
This app won't work without his associated API running.