Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 319 Bytes

File metadata and controls

23 lines (15 loc) · 319 Bytes

RustWeek 2027 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