The blog software for Shadow Hosting.
.idea | ||
cmd | ||
src | ||
utils | ||
.cobra.yaml | ||
.config.example.toml | ||
.gitignore | ||
bun.lockb | ||
eslint.config.js | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
package.json | ||
postcss.config.js | ||
README.md | ||
renovate.json | ||
tailwind.config.ts | ||
tsconfig.json | ||
vite.config.ts |
Shadow
A blogging platform for Shadow Hosting.
Development
Requirements:
- NodeJS + Bun (issue with some dev things)
- Golang 1.22
Install the JS dependencies with bun install
, and go dependencies with go get
Create a config file and set dev
to be true:
version = 1
dev = true
app_url = "http://192.168.1.40:3030"
[server]
host = "0.0.0.0"
port = 3030
cloudflare_proxy = false
To start the development server (vite will run with it):
go run *.go run
Building
No info at this time