Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T07:26:42.000Z (almost 6 years ago)
- Last Synced: 2024-04-13T20:58:58.636Z (9 months ago)
- Topics: misskey, mongodb, nodejs, theme, vuejs, webapp
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 11
- Watchers: 4
- 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.