Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 357 Bytes

Tides of Tyria

Live website

This website is hosted at: https://tides-of-tyria.chuggs.net

Running the app

Ensure you are running the correct node version (nvm use).

Simply run yarn install and yarn dev. I haven't yet successfully dockerized the app for dev.

Build & run the production build locally

yarn build
yarn preview