Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.25 KB

Personal website

This app was:

Prerequisites

This project depend on the following tools. Please install them as needed.

  • Rust
  • Nightly Rust
    • Run rustup toolchain install nightly
    • Run rustup target add wasm32-unknown-unknown
  • Cargo Make
    • Run cargo install --force cargo-make
  • Command Line Interface (CLI) for wasm-bindgen
    • Run cargo install -f wasm-bindgen-cli
  • CLI for stylance
    • Run cargo install stylance-cli
  • "Just" Command runner
    • Run cargo install just
  • Node.js
  • PostCSS
    • Run npm install -g postcss-cli
    • npm install -g <REQUIRED_PLUGIN_NAME>, where the necessary plug-ins are: postcss-mixins, autoprefixer, postcss-selector-matches, postcss-selector-not, postcss-custom-media, postcss-media-minmax, postcss-nesting, postcss-custom-selectors

Running the project locally in dev mode

Run just dev

Deploying to the cloud