revert change
This commit is contained in:
33
README.md
Normal file
33
README.md
Normal 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)_
|
||||
Reference in New Issue
Block a user