17 lines
209 B
Markdown
17 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
|
|
```
|