Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 878 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 878 Bytes

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.