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.
|
4 weeks ago | |
---|---|---|
public | 4 weeks ago | |
src | 4 weeks ago | |
templates | 4 weeks ago | |
.env.example | 4 weeks ago | |
.gitignore | 4 weeks ago | |
Cargo.lock | 4 weeks ago | |
Cargo.toml | 4 weeks ago | |
README.md | 4 weeks 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