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 toconfig.ts
and configurecp config.template.ts config.ts
-
Connect to the database (skip if using remote DB)
- Install mongoDB
- Start database
mongod
-
Start server
npm start
-
Build client files
npm run client:build
This project is licensed under the MIT License.