Skip to content

metahkg/metahkg-web

Repository files navigation

Metahkg Web

This is the metahkg web app. See the metahkg repository.

stable (master branch): metahkg.org

dev (dev branch): dev.metahkg.org

React Typescript

Gitlab Github License

DeepSource DeepSource Codacy Badge

Telegram Discord

Deploying

Docker

It is recommended to use docker for deployment (also supports hot reload).

Docs

Use as a module

Since v2.4.0, metahkg-web can be used as a module.

Install

yarn add @metahkg/web

Usage

import React from "react";
import MetahkgWebApp from "@metahkg/web";

export default function App() {
    return <MetahkgWebApp />;
}

Build from source

yarn build:module

The artifact would be in ./dist

License

AGPL-3.0-or-later.

Logo

Logo (public/images/logo.svg) originally by "white card", CC-BY-4.0. Modified versions by wcyat, CC0. See public/images/LICENSE for details.