Files
tmakin e56b07249f initial commit
based on blog-v2
@06c7bff54eb6efc2cd3cc03183e5ab5818bf9d5e
2026-05-21 22:23:15 -05:00

28 lines
303 B
Markdown

# Wedding Site
Personal site for wedding, copy paste of my blog.
## Running
To install dependencies:
```bash
bun install
```
To start a development server:
```bash
bun dev
```
To run for production:
```bash
bun start
```
## License
See [License.md]
MIT License, Copyright (c) Thomas Makin 2026