mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-03 15:15:26 +00:00
27 lines
397 B
Markdown
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/).
|