friends-best/README.md
Louis Hollingworth f439090fa2
Restored lost files and now serving from Go
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
2024-02-14 18:39:12 +00:00

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