shivdhar / rust-on-nails

Full stack web architecture for Rust

Home Page:https://rust-on-nails.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust on Nails

A full stack architecture for web development with Rust.

Rust on Nails

Building the static site

Run inside the supplied devcontainer. You'll need to fetch the template which is a git submodule.

  1. git submodule init
  2. git submodule update
  3. cd rust-on-nails.com
  4. zs which is an alias for zola serve --interface 0.0.0.0 --port 2222

The access the site from http://localhost:2222

About

Full stack web architecture for Rust

https://rust-on-nails.com

License:MIT License


Languages

Language:CSS 48.1%Language:Dockerfile 28.0%Language:HTML 14.8%Language:Shell 9.1%