This repository contains the code for the MyCrypto Knowledge Base. For the Knowledge Base content, see MyCryptoHQ/knowledge-base-content.
To start a development server, run the following command
yarn run start
The server will be accessible on localhost:8000
.
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.
The Knowledge Base is MIT licensed.