https://github.com/splurf/lug
A barebones marketing project for the LUG at Michigan Tech.
https://github.com/splurf/lug
leptos rust
Last synced: about 1 year ago
JSON representation
A barebones marketing project for the LUG at Michigan Tech.
- Host: GitHub
- URL: https://github.com/splurf/lug
- Owner: splurf
- Created: 2025-04-11T15:12:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T15:19:42.000Z (about 1 year ago)
- Last Synced: 2025-04-11T16:28:07.387Z (about 1 year ago)
- Topics: leptos, rust
- Language: Rust
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux Users Group
An `HU3120` project.
### Install Requirements
```bash
rustup update # >=1.86.0
rustup target add wasm32-unknown-unknown
cargo install trunk --locked
```
This will output the files necessary to run your app into the `dist` folder; you can then use any static site host to serve these files.
### Development
To locally deploy:
```bash
trunk serve --open
```
### Building
To build a Leptos CSR app for release, use the command:
```bash
trunk build --release
```
Refer to [this](https://github.com/splurf/wlrs-wasm) for more verbose instructions on how to deploy for production.
## Todo
- Rewrite current HTML implementation into using leptos' built-in HTML structures.
- Integrate CSS into rust.
- Add more images/GIFs.
- Add some cool interactive shit
- More pages?
- interactive terminal
- mini game(s) (e.g., pong (multiplayer?))
- fibonacci / prime number / something computationally expensive
- live preview of data of some sort
- live chat?