n-link/desktop
lights0123 0472908ef4
Fix csp causing blank screen in release mode
2021-11-13 12:42:10 -05:00
..
.cargo Move to workspace 2020-10-01 21:22:35 -04:00
public Move to workspace 2020-10-01 21:22:35 -04:00
src Port to tauri beta 2021-08-30 16:49:54 -04:00
src-tauri Fix csp causing blank screen in release mode 2021-11-13 12:42:10 -05:00
.browserslistrc Move to workspace 2020-10-01 21:22:35 -04:00
.eslintrc.js Show errors when udev rules are required on desktop 2021-04-06 17:38:45 -04:00
LICENSE Move to workspace 2020-10-01 21:22:35 -04:00
README.md Move to workspace 2020-10-01 21:22:35 -04:00
app-icon.png Move to workspace 2020-10-01 21:22:35 -04:00
app-icon.svg Move to workspace 2020-10-01 21:22:35 -04:00
babel.config.js Move to workspace 2020-10-01 21:22:35 -04:00
package.json Port to tauri beta 2021-08-30 16:49:54 -04:00
postcss.config.js Refactor common code out 2020-10-02 16:17:55 -04:00
tailwind.config.js Refactor common code out 2020-10-02 16:17:55 -04:00
tsconfig.json Move to workspace 2020-10-01 21:22:35 -04:00
vue.config.js Refactor common code out 2020-10-02 16:17:55 -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.