n-link/README.md
2020-09-27 14:45:54 -04:00

27 lines
397 B
Markdown

# N-Link
Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire
## Project setup
```
yarn
```
### Compiles and hot-reloads for development
```
yarn tauri:serve
```
### Compiles and minifies for production
```
yarn tauri:build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).