Real-Time Transit, Effortless Journeys!
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
Follow these steps to run the project locally:
-
Install project dependencies:
npm install
-
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
-
Request the decryption key from the project maintainers - this is required to decrypt environment variables
-
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.