Go to file
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
.github/workflows Switch to Astro 2022-10-01 19:35:07 +01:00
.vscode Switch to Astro 2022-10-01 19:35:07 +01:00
fe Restored lost files and now serving from Go 2024-02-14 18:39:12 +00:00
server Restored lost files and now serving from Go 2024-02-14 18:39:12 +00:00
.gitignore Restored lost files and now serving from Go 2024-02-14 18:39:12 +00:00
friends-best Restored lost files and now serving from Go 2024-02-14 18:39:12 +00:00
go.work Refactored project ready for server. 2024-02-14 17:39:30 +00:00
justfile Restored lost files and now serving from Go 2024-02-14 18:39:12 +00:00
README.md Restored lost files and now serving from Go 2024-02-14 18:39:12 +00:00

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