Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swanandx/lemmeknow-frontend
A website for lemmeknow made with Yew <3
https://github.com/swanandx/lemmeknow-frontend
Last synced: 11 days ago
JSON representation
A website for lemmeknow made with Yew <3
- Host: GitHub
- URL: https://github.com/swanandx/lemmeknow-frontend
- Owner: swanandx
- Created: 2022-07-12T16:04:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T13:32:40.000Z (about 2 years ago)
- Last Synced: 2024-10-11T14:13:20.751Z (27 days ago)
- Language: Rust
- Size: 3.24 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lemmeknow-frontend
A website made for [lemmeknow](https://github.com/swanandx/lemmeknow) using Yew.
Check it out [here](https://swanandx.github.io/lemmeknow-frontend/)
# How to build?
We use [Trunk](https://trunkrs.dev/) for building our application.
Clone the repository and use `trunk serve` to view it locally.
# How it works?
The frontend is made using Yew. We use [lemmeknow](https://github.com/swanandx/lemmeknow) as a dependecy.
lemmeknow supports webassembly! So it just works right out of the box when called from Yew.This is how we do #FullStackRust ;)