Temporary landing page for my site while I work on actually making it https://clarke.gg
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
clarke cc586624ca
.env.example
5 months ago
public first commit 5 months ago
src first commit 5 months ago
templates first commit 5 months ago
.env.example .env.example 5 months ago
.gitignore first commit 5 months ago
Cargo.lock first commit 5 months ago
Cargo.toml first commit 5 months ago
README.md first commit 5 months ago

README.md

clarke.gg

Stack

  • Rust
    • Actix (web framework)
    • Askama (template engine)

Running

  • cargo run to build a development binary
  • cargo build --release to build the production binary