This repository has been archived on 2024-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-04-26 23:46:53 +02:00
public chore: implement initial simple website 2024-04-26 18:13:22 +02:00
src refactor: rename style to styles 2024-04-26 23:46:53 +02:00
styles refactor: rename style to styles 2024-04-26 23:46:53 +02:00
.gitignore chore: implement initial simple website 2024-04-26 18:13:22 +02:00
Cargo.lock chore: implement initial simple website 2024-04-26 18:13:22 +02:00
Cargo.toml chore: implement initial simple website 2024-04-26 18:13:22 +02:00
README.md chore: implement initial simple website 2024-04-26 18:13:22 +02:00

clego-app

Tech Stack

  • Rust
  • Axum: for serving static assets and powering the backend API
  • Maud: HTML templating
  • htmx: for reactivity on the UI
  • Sass: for styling
  • Bulma: no-js css-style framwork
  • Bootstrap Icons: for icons