https://github.com/marihachi/misskey-theme-store
A theme store of Misskey
https://github.com/marihachi/misskey-theme-store
misskey mongodb nodejs theme vuejs webapp
Last synced: 10 months ago
JSON representation
A theme store of Misskey
- Host: GitHub
- URL: https://github.com/marihachi/misskey-theme-store
- Owner: marihachi
- License: mit
- Created: 2019-03-03T01:52:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T07:26:42.000Z (about 7 years ago)
- Last Synced: 2025-08-14T22:06:36.524Z (10 months ago)
- Topics: misskey, mongodb, nodejs, theme, vuejs, webapp
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Misskey Theme Store
A theme store of Misskey.
## Requirements
- MongoDB
- Node.js (with NPM)
## Usage
### 0. Installation
`npm i`
### 1. Build
for development:
`npm run build.dev`
for production:
`npm run build`
### 2. Generate server config
`npm run init`
### 3. Start server
`npm run start`
Enjoy!
## License
Released under the MIT License.