Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LeVuMinhHuy/blog

just another blog, but built with rust
https://github.com/LeVuMinhHuy/blog

blog leptos rust wasm

Last synced: 3 months ago
JSON representation

just another blog, but built with rust

Awesome Lists containing this project

README

        

hello there

this blog is built with [leptos](https://github.com/gbj/leptos), using only rust, zero js code

that's that :crab-pls:

== how it look

- light version
![how it look](./.pics/overview-light.png)

- dark version
![how it look](./.pics/overview-dark.png)

now, i stick with light version only, trying to make my life brighter lol

== how to build

```
cargo install trunk
trunk serve --open
```

== how to deploy

```
vercel --prod
```