e56b07249f
based on blog-v2 @06c7bff54eb6efc2cd3cc03183e5ab5818bf9d5e
28 lines
303 B
Markdown
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
|