5.9.0 • Published 1 year ago

@metahkg/web v5.9.0

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
gitlab
Last release
1 year ago

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

Manually

WARNING: This is NOT RECOMMENDED and might be OUTDATED!

For manual deployment, see DEPLOY.md.

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 reCaptchaSiteKey={"<your-recaptcha-site-key>"} />;
}

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.