tshasan / CST438Project2Frontend

1 stars 0 forks source link

CST 438 Project 2 Frontend

This project is built using Next.js, managed with pnpm, and containerized using Docker.

Getting Started

Prerequisites

Make sure you have the following installed:

Setup

  1. Clone the repository:

    git clone https://github.com/tshasan/CST438Project2Frontend.git
    cd CST438Project2Frontend
  2. Install dependencies:

    pnpm install

Running the Project Locally

To run the project locally:

  1. Start the development server:

    pnpm dev
  2. Open your browser and go to:

    http://localhost:3000

You should see the application running.

Using Docker

If you prefer to use Docker, follow these steps:

  1. Build the Docker image:

    docker-compose build
  2. Run the Docker container:

    docker-compose up
  3. Open your browser and go to:

    http://localhost:3000

Technologies Used