Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.43 KB

File metadata and controls

67 lines (41 loc) · 1.43 KB

Code Expert Sync

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.

Documentation

The documentation for Code Expert Sync can be found in the Code Expert Documentation: Code Expert Documentation

Thanks

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

Installation

Linux

Development

Prerequisites

Run locally

Install or update dependencies

Create a .env file with the required variables (see .env-template).

  yarn

Start the app

  yarn dev

Tests

Run unit tests during development

  yarn watch:test

Lint the project

  yarn lint

Run all tests

  yarn test