Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 609 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 609 Bytes

Tick Map Client

This is the frontend application to display user ticks imported from OpenBeta. See the corresponding backend at tick-map-backend

Prerequisites

  • Node.js
  • Yarn

Installation

  1. Clone the repository:

    git clone [email protected]:clintonlunn/tick-map-client.git
  2. Navigate to the project directory:

    cd tick-map-client
  3. Install the dependencies:

    yarn

Running the Frontend

To start the backend service: bash yarn run dev