jackmerrill.com/README.md
2021-03-31 00:30:42 -05:00

15 lines
214 B
Markdown

# jackmerrill.com
This is my personal website! Feel free to look around at how it works.
# Development (why would you do this?)
Install Node modules.
```
yarn
```
Start the development server.
```
yarn dev
```