Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 318 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 318 Bytes

RustWeek 2025 Website

The website is built with Astro.

In Astro, you can author content in GitHub Flavored Markdown.

Setup project

yarn install

Run in development

yarn run dev

To check the build succeeds:

yarn run build