jackmerrill.com/README.md

15 lines
214 B
Markdown
Raw Normal View History

# jackmerrill.com
2021-03-30 22:27:36 -07:00
This is my personal website! Feel free to look around at how it works.
2021-03-30 22:27:36 -07:00
# Development (why would you do this?)
2021-03-30 22:27:36 -07:00
Install Node modules.
2021-03-30 22:27:36 -07:00
```
yarn
2021-03-30 22:27:36 -07:00
```
Start the development server.
2021-03-30 22:27:36 -07:00
```
yarn dev
```