https://github.com/dimensiondev/mask-docs
The repo of docs.mask.io
https://github.com/dimensiondev/mask-docs
Last synced: 10 months ago
JSON representation
The repo of docs.mask.io
- Host: GitHub
- URL: https://github.com/dimensiondev/mask-docs
- Owner: DimensionDev
- License: agpl-3.0
- Created: 2022-05-19T16:15:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T08:32:38.000Z (over 3 years ago)
- Last Synced: 2025-02-15T12:52:54.465Z (12 months ago)
- Language: JavaScript
- Homepage: https://docs.mask.io
- Size: 1.39 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mask Docs
This repository contains the documentation website code for docs.mask.io.
## Setup
```bash
npm install
npm run start
```
## Build
```bash
npm run build
```
## Contribute to the documentation
All documents are written in Markdown, anyone can access and modify them.