https://github.com/oxide-byte/rust-berlin-leptos
Simple Clone to show the same Site of Rust-Berlin https://berline.rs/ with different Frameworks
https://github.com/oxide-byte/rust-berlin-leptos
leptos rust
Last synced: about 2 months ago
JSON representation
Simple Clone to show the same Site of Rust-Berlin https://berline.rs/ with different Frameworks
- Host: GitHub
- URL: https://github.com/oxide-byte/rust-berlin-leptos
- Owner: oxide-byte
- License: mit
- Created: 2025-02-09T13:07:50.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-16T16:55:17.000Z (2 months ago)
- Last Synced: 2025-03-16T17:34:05.696Z (2 months ago)
- Topics: leptos, rust
- Language: Rust
- Homepage: https://berline.rs/
- Size: 656 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust - Berlin Clone
## Purpose
This implementation is a clone implementation of the Rust UserGroup
**Rust Hack and Learn** in Berlin of the implementation: https://github.com/andreasklostermaier/halreslib (Original).Link to the group: https://berline.rs/
## Implementation
The Frameworks in use:
* Leptos 7.5
* Tailwind 4.0## Installation / Preparation
* Rust: https://www.rust-lang.org/tools/install
* Trunk: https://trunkrs.dev/guide/getting-started/installation.html
* TailwindCss: https://tailwindcss.com/docs/installation/using-vitePS: For TailwindCss I use the Mac Brew option:
```shell
brew update
brew install tailwindcss
```## Running
The implementation uses Trunk to generate and run the Client Side Pages. It includes Hot Reloading
```bash
trunk serve --open
```## Build
```bash
trunk build --release
```If you like to publish it on GitHub, don't forget to fix manually the base URL and links in index.html of the generated files.
https://oxide-byte.github.io/rust-berlin-leptos/
## Links
Leptos Documentation:
https://book.leptos.dev/
For playing with Tailwind:
https://play.tailwindcss.com/