Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 939 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 939 Bytes

Hoagie Meal

Get the latest information regarding meals at Princeton with Hoagie Meal.

Getting Started

Prerequisites

Before you begin, ensure you have Bun installed. You can install Bun via Homebrew using the following command:

brew install bun

Installation

To install the necessary dependencies, run:

bun install

Running the App

Once the dependencies are installed, you can start the development server by running in the frontend/ directory:

bun run dev

The app will now be running locally, and you can view it in your browser at localhost:3000.

Backend

The backend setup depends on the specific Hoagie Club app you're working on. Refer to the app-specific documentation for backend details.

License

This project is licensed under the MIT License. See the LICENSE file for details.