Code Expert Sync allows syncing projects to a local file system. This allows students and lecturers to edit code with their own IDE and create local backups.
The documentation for Code Expert Sync can be found in the Code Expert Documentation: Code Expert Documentation
Without the following projects, Code Expert Sync would not be possible:
- AppSignal for their Application performance monitoring service: AppSignal
- Tauri for their awesome framework: Tauri
- The Rust programming language: Rust
- Gnome requires the Tray Icons: Reloaded extension to show system trays.
Install or update dependencies
yarnStart the app
yarn devRun unit tests during development
yarn watch:testLint the project
yarn lintRun all tests
yarn test