Skip to content

solweo/personal_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published