534 B
534 B
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