This is the frontend application to display user ticks imported from OpenBeta. See the corresponding backend at tick-map-backend
- Node.js
- Yarn
-
Clone the repository:
git clone [email protected]:clintonlunn/tick-map-client.git
-
Navigate to the project directory:
cd tick-map-client
-
Install the dependencies:
yarn
To start the backend service:
bash yarn run dev