Hoagie Club's app template repository.
Before you begin, ensure you have Bun installed. You can install Bun via Homebrew using the following command:
brew install bun
To install the necessary dependencies, run:
bun install
Once the dependencies are installed, you can start the development server by running:
bun run dev
The app will now be running locally, and you can view it in your browser at localhost:3000.
The backend setup depends on the specific Hoagie Club app you're working on. Refer to the app-specific documentation for backend details.
This project is licensed under the MIT License. See the LICENSE file for details.