n-link/README.md

27 lines
397 B
Markdown
Raw Normal View History

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