Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 566 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 566 Bytes

Giggity - Next.js Front-end (v2)

Using Next 14, app directory, server actions. Provide a clean and accessible user experience for event browsing near users.

Testing with Docker

This project is set up to be run with containers on a VPS via a main parent docker repo.

bun dbuild
bun drun

Go to localhost:3000

Testing Normally

If you wish to just run the front-end, run it normally with bun.

bun i 
bun run dev

Go to localhost:3000