syuilo / misskey-core

Misskey Core Server. Made :heart: by syuilo
MIT License
11 stars 1 forks source link

:warning: THIS REPOSITORY IS NO LONGER MAINTAINED :warning:

MOVE TO https://github.com/syuilo/misskey

:v:

Misskey Core

A core server of Misskey.

Dependencies

Optional dependencies

Get started

Misskey requires two domains called the primary domain and the secondary domain.

Ensure that the secondary domain is not a subdomain of the primary domain.

Build

  1. git clone git://github.com/syuilo/misskey-core.git ... Download the source code of misskey-core
  2. cd misskey-core ... Enter the repository
  3. npm install ... Install npm dependecies
  4. npm run config ... Create configuration file
  5. git clone git://github.com/syuilo/misskey-web.git ... Download the source code of misskey-web
  6. npm run build ... Start building

Launch

npm start

Docs for API users

Official articles (source code at src/web/about/pages/api)

Unofficial articles

License

MIT