Skip to content

Paturages/hoi

Repository files navigation

hoi

HOI

Dev quickstart

Make sure Node.js is installed (use whatever latest version).

After cloning this repository:

# Install yarn globally
npm install -g yarn
# Install dependencies
yarn
# Start dev server
yarn dev