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.
|
5 months ago | |
---|---|---|
public | 5 months ago | |
src | 5 months ago | |
templates | 5 months ago | |
.env.example | 5 months ago | |
.gitignore | 5 months ago | |
Cargo.lock | 5 months ago | |
Cargo.toml | 5 months ago | |
README.md | 5 months ago |
README.md
clarke.gg
Stack
- Rust
- Actix (web framework)
- Askama (template engine)
Running
cargo run
to build a development binarycargo build --release
to build the production binary