No description
|
|
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| fe | ||
| server | ||
| .gitignore | ||
| friends-best | ||
| go.work | ||
| justfile | ||
| README.md | ||
Friends Best
A fan website for the Netflix series "Young Royals".
Contributing
I suggest using Just to help with building local changes. PNPM is used for the package manager for the frontend and the server is written in Go.
Build Frontend
just build-fe
or
cd fe
pnpm build
Build server
just build-server
or
go build ./server
Build all
just build-all
Build and Run all
just serve