Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.