beachglasslabs/beachdemo-astro.zig
Netflix clone in Zig, Astro, AlpineJS, and HtmX.
refs
This is based on beachdemo.zig with the addition of Astro for template composition.
This particular project is written in ZAAX (Zig/Zap Astro Alpinejs htmX :stuck_out_tongue_winking_eye:):
To test it out:
git clone [email protected]:beachglasslabs/beachdemo-astro.zig.git
npm install
to install npm packagescp env.oauth.sample.json env.oauth.json
and then optionally fill out the oauth2 information from github and googlenpm run dev
to start the server