website/README.md
2023-07-23 16:21:17 -04:00

18 lines
209 B
Markdown

# Foster Hangdaan's Personal Website
Visit the website at `https://www.fosterhangdaan.com`.
## Getting started
Run the development server:
``` sh
deno task serve
```
To build:
``` sh
deno task build
```