mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 10:15:27 +00:00
.cargo | ||
.github/workflows | ||
public | ||
src | ||
src-tauri | ||
.browserslistrc | ||
.eslintrc.js | ||
.gitignore | ||
app-icon.png | ||
app-icon.svg | ||
babel.config.js | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
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