Skip to content

gustavkullberg/evotracker

Repository files navigation

Getting Started

Installation

Make sure to have installed one of the following dependencies:

Running

  1. Clone the repository: git clone git@github.com:gustavkullberg/evotracker.git
  2. Go into the directory of the project: cd evotracker
  3. Install packages: npm install or yarn install
  4. Start the project: npm dev or yarn dev