We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd115c commit 239c362Copy full SHA for 239c362
README.md
@@ -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