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 git@github.com: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