Skip to content

MyCryptoHQ/knowledge-base

Repository files navigation

MyCrypto Knowledge Base

GitHub license

This repository contains the code for the MyCrypto Knowledge Base. For the Knowledge Base content, see MyCryptoHQ/knowledge-base-content.

Getting Started

Development

To start a development server, run the following command

yarn run start

The server will be accessible on localhost:8000.

Production

To build a static version of the Knowledge Base for production, run the following command

yarn run build

The Knowledge Base is automatically deployed by GitHub Actions when tagged.

License

The Knowledge Base is MIT licensed.