jamboree

A party planning app with a simple and smooth UX.

Stars
0

Jamboree

This is a Next.js project bootstrapped with create-next-app.

Getting Started

This project uses VSCode development containers to create reproducable environments, allowing the frontend service to communicate with the backend service.

First, create a Docker network:

$ docker network create

Then, use the Devcontainer CLI, or VSCode Devcontainer to extension to start the container:

$ devcontainer open /path/to/jamboree

Make sure you also have the backend Devcontainer running for full functionality including schema downloading, and frontend functionality.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.