Project Clips
Project Clips is a simple video hosting platform that enables people to share and view clips.
Installation
git clone https://github.com/devhsoj/clips
cd clips/
npm install
npm run build
Starting
Note: Make sure you have ran npm run build
and have a proper .env
Run with npm
npm start # or with pm2: pm2 start npm --name "clips" -- start
or
Run from built executable
./build/clips # or ./build/clips.exe
Development
Starting
# concurrently starts rollup in watch mode for frontend/, and nodemon to wait for changes in pkg/
npm run dev
Docker
Coming Soon