Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 781 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 781 Bytes

Scientists-Toolbox

Website which does engineering and scientific calculations.

Visit the website here

Build

  1. Set wasm target

    rustup target add wasm32-unknown-unknown
  2. Install node

  3. Install wasm-pack

  4. Install trunk

  5. Install cargo-make

  6. Install Node Packages

    npm install
  7. Run build

    cargo make dev

Build Watch

  1. Follow Build Steps

  2. Run watch

    cargo make watch
  3. Go here to view the page

    • note you may have to hard refresh the browser if the page is blank