ClaytonDoesThings / ClaytonXYZ

The website for https://claytondoesthings.xyz
https://claytondoesthings.xyz
3 stars 1 forks source link
rust website

ClaytonXYZ

This is the official git repo for the Clayton Does Things website.

Run Instructions

  1. Install Rust & Cargo with Rustup
  2. Set Rust channel to nightly: rustup override set nightly
  3. Create .env file with contents: DOMAIN="http://127.0.0.1:8000"
  4. Run cargo run