mirror of
https://github.com/AtHeartEngineer/Animated_Background.git
synced 2026-01-09 16:37:53 -05:00
init Readme
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Learning Rust Wasm
|
||||
|
||||
Converting some of my [javascript code](bg.js) that makes an animated background on a canvas to Rust Wasm, mainly for learning purposes.
|
||||
|
||||
## Install Dependencies
|
||||
|
||||
`npm install`
|
||||
`cargo install wasm-pack`
|
||||
|
||||
## Build
|
||||
|
||||
`npm run build`
|
||||
|
||||
## Dev
|
||||
|
||||
`npm run serve` -> `http://localhost:8079`
|
||||
Reference in New Issue
Block a user