@metahkg/web

5.9.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @metahkg/web

Homepage

metahkg.org

Weekly Downloads

1

Version

5.9.0

License

AGPL-3.0-or-later

Unpacked Size

1.59 MB

Total Files

446

Last publish

Collaborators

  • wc-yat