Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathflowjs/mathflowjs.github.io
📖 A documentation website for mathflowjs
https://github.com/mathflowjs/mathflowjs.github.io
Last synced: 7 days ago
JSON representation
📖 A documentation website for mathflowjs
- Host: GitHub
- URL: https://github.com/mathflowjs/mathflowjs.github.io
- Owner: mathflowjs
- License: mit
- Created: 2024-09-24T13:36:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T15:04:41.000Z (4 months ago)
- Last Synced: 2024-11-11T00:38:50.087Z (2 months ago)
- Homepage: https://mathflowjs.github.io/
- Size: 798 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MathFlow | Docs
## Overview
This repository contains source code for the [mathflow](https://github.com/mathflowjs/mathflow)'s documentation [website](https://mathflow.js.org).
## Development
The website is built using [Vitepress](https://vitepress.dev) and [Vue](https://vuejs.org).
Ensure that [nodejs](https://nodejs.org) and [pnpm](https://pnpm.io) are installed.
- Local development: `pnpm dev`
- Building: `pnpm build`## License
MIT : Check [license](./LICENSE.txt) for details.