Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 656 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 656 Bytes

hyewn

hyewn - A Hacker News clone written in Rust, utilizing Yew and Trunk

Requirements

Getting Started

First, you will need to nstall our compile target with the following command:

rustup target add wasm32-unknown-unknown

Next, you will need to install Trunk to build and serve the application:

cargo install trunk wasm-bindgen-cli

Local Development

To run the application locally, simply run trunk serve and navigate to http://localhost:8080

Release

trunk build --release