MOVE TO https://github.com/syuilo/misskey
:v:
A core server of Misskey.
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.
git clone git://github.com/syuilo/misskey-core.git
... Download the source code of misskey-corecd misskey-core
... Enter the repositorynpm install
... Install npm dependeciesnpm run config
... Create configuration filegit clone git://github.com/syuilo/misskey-web.git
... Download the source code of misskey-webnpm run build
... Start buildingnpm start