Metahkg Web
This is the metahkg web app. See the metahkg repository.
stable (master branch): metahkg.org
dev (dev branch): dev.metahkg.org
Deploying
Docker
It is recommended to use docker for deployment (also supports hot reload).
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
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.