Socket
Socket
Sign inDemoInstall

@metahkg/web

Package Overview
Dependencies
48
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metahkg/web

This is the metahkg web app. See the [metahkg repository](https://gitlab.com/metahkg/metahkg).


Version published
Maintainers
1
Weekly downloads
30

Weekly downloads

Readme

Source

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 (public/images/logo.svg) originally by "white card", CC-BY-4.0. Modified versions by wcyat, CC0. See public/images/LICENSE for details.

Keywords

FAQs

Last updated on 25 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc