This repository contains a starter package for the Hiro Hacks series.
To get the application running, follow these steps:
- Clone the repository:
git clone https://github.com/hirosystems/hiro-hacks-template.git - Navigate into the directory:
cd hiro-hacks-template - Install the dependencies:
yarn install - Start the development server:
yarn dev