ClipSesh is a tool developed by Spoekle that is used by Cube Community Staff to review highlight clips.
This tool has been divided in 3 parts:
- A Frontend
- A Backend
- Discord Bot
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 npm/nodejs and python installed
- Fill in all .env and config files with the needed information
- Make sure all
.envfiles are filled out. - Run the
setup.batfile and follow the instructions in the terminal.
- Fill in the
.envfile withe the backend url. - Run
npm run devto start the Vite environment, this will run on port5173by default, but will show you the port when it starts.
- Fill in the
.envfile with what you need, I still recommend filling in everything. - Run
npm run devto start the dev environment. - Note the admin credentials from the terminal, as these will be needed to login.