# 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/).