Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.