Skip to content

Commit 239c362

Browse files
committed
create readme.md
1 parent 9dd115c commit 239c362

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# MathFlow | Docs
2+
3+
## Overview
4+
5+
This repository contains source code for the [mathflow](https://github.com/mathflowjs/mathflow)'s documentation [website](https://mathflow.js.org).
6+
7+
## Development
8+
9+
The website is built using [Vitepress](https://vitepress.dev) and [Vue](https://vuejs.org).
10+
Ensure that [nodejs](https://nodejs.org) and [pnpm](https://pnpm.io) are installed.
11+
- Local development: `pnpm dev`
12+
- Building: `pnpm build`
13+
14+
## License
15+
16+
MIT

0 commit comments

Comments
 (0)