Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 988 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 988 Bytes

Static Site Generator

CodeSize License LastCommit

Static Site Generator using Yew and Markdown files

Example Blog: https://cosmos-blog.netlify.app/

Pre-requisites

Quick Start

Clone Repo

git clone https://github.com/manankarnik/static-site-generator.git

cd to Project

cd static-site-generator

Add wasm Target

rustup target add wasm32-unknown-unknown

Install trunk

cargo install --locked trunk

Serve

trunk serve