This app in intended to be used as Graphic client for Code Colosseum
https://github.com/dariost/CodeColosseum
TODO: Download a binary release
The project by default is intended to be used with Visual Studio Code. The app is a client and in order to be used it requires to connect to instance of CodeColosseum server (cocod).
Dependencies:
- Rust
- NodeJS
- TypeScript
- Angular
- Tauri
- CodeColosseum
Instructions:
From the main folder of the app ( same location as package.json )
Install node dependencies (run once):
yarn install
To run the actuall app during development ( it autoreload when files are changed )
Then navigate to http://localhost:4200/
yarn tauri dev
To build a "production" version, the build artifacts will be stored in the dist/
directory and the tauri builded version will be located in src-tauri/target
folder.
yarn tauri build
This project was generated with Angular CLI version 13.3.5.