ClipSesh is a tool developed by Spoekle that is used by Cube Community Staff to review highlight clips.
This tool has been divided in 2 parts, the frontend (this repo) and the backend, which is private.
The frontend is based on a React web application, together with TailwindCSS, this has been styled in a minimalistic way.
If you decide you want to help with the development with ClipSesh, feel free to open a pull request. To start developing you can follow these steps:
- Make sure you have Docker, npm/nodejs and python installed
- To live test the backend or frontend, you can use npm run start, these will run on port 3000 and 5000 respectively
- Fill in all config files with the needed information
- Build the frontend using
npm run build
- Build the containers using
docker compose up --build -d