n-link/desktop
2022-09-27 20:06:55 -07:00
..
.cargo
public
src
src-tauri Fix csp causing blank screen in release mode 2021-11-13 12:42:10 -05:00
.browserslistrc
.eslintrc.js
app-icon.png Add files via upload 2022-09-27 20:06:55 -07:00
app-icon.svg Add files via upload 2022-09-27 20:06:55 -07:00
babel.config.js
LICENSE
package.json
postcss.config.js
README.md
tailwind.config.js
tsconfig.json
vue.config.js

N-Link

Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire

Project setup

You'll need to install Node.js, Yarn (which may be included with your installation of Node.js), and Rust. You'll also need a C compiler available. On Linux, you'll need webkit2gtk and squashfs-tools, which, on Ubuntu, can be installed with sudo apt install webkit2gtk-4.0 squashfs-tools.

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.