Skip to content

Peym4n/viennaflow-app

Repository files navigation

ViennaFlow

Real-Time Transit, Effortless Journeys!

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (Latest LTS version recommended)
  • Vercel CLI (Install globally using npm)
    npm install -g vercel

Getting Started

Follow these steps to run the project locally:

  1. Install project dependencies:

    npm install
  2. Set up Vercel:

    • Create a Vercel account at vercel.com using your GitHub account
    • Log in to Vercel CLI and link your project:
      vercel login
      vercel link
  3. Request the decryption key from the project maintainers - this is required to decrypt environment variables

  4. Start the development server:

    npm run dev

The application will be available at http://localhost:4200. Any changes you make to the source code will automatically reload the application.