mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
18 lines
288 B
Markdown
18 lines
288 B
Markdown
# Code Editor Example
|
|
|
|
This is an example for using [mathjs](https://mathjs.org) with a code editor.
|
|
|
|
To run your own you need to install the dependancies with.
|
|
```
|
|
npm install
|
|
```
|
|
|
|
You can start development mode with:
|
|
```
|
|
npm run dev
|
|
```
|
|
|
|
Or build the project with:
|
|
```
|
|
npm run build
|
|
``` |