website/README.md

18 lines
209 B
Markdown
Raw Normal View History

2023-07-23 16:21:17 -04:00
# 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
```