revert change

This commit is contained in:
wboughattas
2025-12-30 23:54:22 -05:00
parent 786a98f4c5
commit f3b1d45f6f

33
README.md Normal file
View File

@@ -0,0 +1,33 @@
# Severed blog (Jekyll app)
**Live Production:** [https://blog.severed.ink/](https://blog.severed.ink/)
## Development
**Install Dependencies (Ruby & Node):**
```bash
bundle install && pnpm install
```
**Start Local Server:**
```bash
pnpm dev
```
**Build for Production:**
```bash
pnpm build
```
## Code Quality
**Format Code Manually:**
```bash
pnpm format
```
_(Formatting also runs automatically on commit via Husky)_