Site for UserCSS theme sharing. Supports GitHub and Codeberg repositories.
Clone repository
Install Node.js
Install all dependencies npm install
Copy config.template.ts
, rename it to config.ts
and configure
cp config.template.ts config.ts
Connect to the database (skip if using remote DB)
mongod
Start server npm start
Build client files npm run client:build
This project is licensed under the MIT License.