StyleBase
StyleBase copied to clipboard
UserCSS theme sharing site
StyleBase
Site for UserCSS theme sharing. Supports GitHub and Codeberg repositories.

Development
Server
-
Clone repository
-
Install Node.js
-
Install all dependencies
npm install -
Copy
config.template.ts, rename it toconfig.tsand 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
Client
License
This project is licensed under the MIT License.