Skip to content

wylited/LL

Repository files navigation

Learners Library - Leveraged Liabilities

A hackathon project made for CIS Hackathon 2024 (Apr 14 - Apr 20), centerred about using technology to improve the quality of education, that won the second place prize.

If you are interested, you can follow the pitch slide deck here.

Rust Badge Vue.js Badge Unity Badge C# Badge TypeScript Badge

Setup and Installation of Unity

  1. Download unity hub and the LTS unity editor
  2. Clone the github repo, (CLI, Github Desktop, GitKraken, the web interface)
  3. Import the subdirectory, ARUnity/, as a project into unity hub
  4. Test if everything works.

Website frontend

The website is made with Vue, and currently lacks typescript strictness. First install the packages,

npm i

To run the development testing

npm run dev

To build the website.

npm run build-only

Backend

The backend makes use of rust, axum web, and a simple file directory, simply run

cargo build --release

and copy the binary in /target/release/ to wherever you would like to execute and run the backend server at.