mirror of
https://github.com/tonytins/tonybark.com.git
synced 2025-03-23 02:02:19 +00:00
Updated dependencies
This commit is contained in:
parent
b8156f6e70
commit
5f05bdc6fd
3 changed files with 27 additions and 4 deletions
22
.vscode/tasks.json
vendored
Normal file
22
.vscode/tasks.json
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"version": "2.0.0",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"label": "npm install",
|
||||||
|
"command": "npm",
|
||||||
|
"type": "process",
|
||||||
|
"args": [
|
||||||
|
"install"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "npm dev",
|
||||||
|
"command": "npm",
|
||||||
|
"type": "process",
|
||||||
|
"args": [
|
||||||
|
"run",
|
||||||
|
"dev"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,10 +1,10 @@
|
||||||
# TonyBark.com
|
# TonyBark.com
|
||||||
|
|
||||||
A small, self-hosted [WhiteWind](https://whtwnd.com/) blog, powered by [WhiteBreeze](https://github.com/hugeblank/whitebreeze).
|
A small, self-hosted [WhiteWind](https://github.com/whtwnd/whitewind-blog) blog, powered by [WhiteBreeze](https://github.com/hugeblank/whitebreeze).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
*[Bun](https://bun.sh/) recommended.*
|
_[Bun](https://bun.sh/) recommended._
|
||||||
|
|
||||||
### Environment variables
|
### Environment variables
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ npm install
|
||||||
npm run build
|
npm run build
|
||||||
node index.js
|
node index.js
|
||||||
```
|
```
|
||||||
|
|
||||||
Put environment variables ahead of the last command, port can also be configured with `PORT`.
|
Put environment variables ahead of the last command, port can also be configured with `PORT`.
|
||||||
|
|
||||||
### Dockerized
|
### Dockerized
|
||||||
|
|
Loading…
Add table
Reference in a new issue