Go to file
lights0123 ad129825fc
Fix CX II compat
2020-09-30 17:48:18 -04:00
.cargo Statically link windows 2020-09-26 22:23:33 -04:00
.github/workflows Use template strings... 2020-09-27 17:39:42 -04:00
public init 2020-09-21 17:08:20 -04:00
src Fix CX II compat 2020-09-30 17:48:18 -04:00
src-tauri Fix CX II compat 2020-09-30 17:48:18 -04:00
.browserslistrc init 2020-09-21 17:08:20 -04:00
.eslintrc.js Add logo 2020-09-27 14:45:54 -04:00
.gitignore Initial commit 2020-09-26 16:44:36 -04:00
LICENSE Initial commit 2020-09-26 16:44:36 -04:00
README.md Add setup instructions 2020-09-28 11:07:57 -04:00
app-icon.png Add logo 2020-09-27 14:45:54 -04:00
app-icon.svg Add logo 2020-09-27 14:45:54 -04:00
babel.config.js init 2020-09-21 17:08:20 -04:00
package.json Fix CX II compat 2020-09-30 17:48:18 -04:00
postcss.config.js Get a Windows cache 2020-09-26 20:48:39 -04:00
tailwind.config.js Get a Windows cache 2020-09-26 20:48:39 -04:00
tsconfig.json Initial commit 2020-09-26 16:44:36 -04:00
yarn.lock Initial commit 2020-09-26 16:44:36 -04:00

README.md

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.