https://github.com/fuzzyzilla/portfolio
Source code for my github pages portfolio
https://github.com/fuzzyzilla/portfolio
Last synced: 12 months ago
JSON representation
Source code for my github pages portfolio
- Host: GitHub
- URL: https://github.com/fuzzyzilla/portfolio
- Owner: Fuzzyzilla
- License: mit
- Created: 2024-06-03T22:04:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T08:43:57.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T07:16:39.882Z (over 1 year ago)
- Language: Rust
- Homepage: https://fuzzyzilla.github.io
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE_MIT
Awesome Lists containing this project
README
# [Portfolio](https://fuzzyzilla.github.io)
A site with WASM code based on [wasm-pack-template](https://github.com/rustwasm/wasm-pack-template) for the `vector-sheepy` crate
and [`create-wasm-app`](https://github.com/rustwasm/create-wasm-app) for the `www` portion.
## Publishing
1) Execute `wasm-pack build` from within the `vector-sheepy` crate to build the wasm binary used by `www`.
2) To preview, execute `npm run start` from within the `www` directory and direct your browser to `localhost:8080`.
3) To publish, execute `npm run build`, and finished artifacts will be placed into the `www/dist` directory.