Skip to content

as7erism/as7erism.github.io

Repository files navigation

my personal website, featuring Unix terminal-style navigation. written in Rust via Yew and WebAssembly!

features

ordered by priority/likelihood of implementation:

  • personal introduction
  • Unix terminal-like navigation
  • "executable" files
  • better 404 fallback
  • personal project documentation
  • mutable filesystem
    • persistent filesystem via localStorage
  • text editor
  • JS bindings for "standard library," accessible through user programs

development

  1. install tailwindcss:

$ npm install tailwindcss @tailwindcss/cli

  1. install rust nightly:

$ rustup toolchain install nightly

  1. install the Rust WebAssembly target:

$ rustup target add wasm32-unknown-unknown

  1. install Trunk:

$ cargo install --locked trunk

  1. start a development server:

$ trunk serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published