knowledge-base
knowledge-base copied to clipboard
Knowledge base for MyCrypto
MyCrypto Knowledge Base
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.