Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 777 Bytes

File metadata and controls

19 lines (14 loc) · 777 Bytes

developer documentation

hopefully everything you need to know if you want to make changes.

running a copy

  1. clone the repo git clone https://github.com/e-zim/poly-plague.git
  2. install the dependancies yarn install
  3. run a local version yarn run dev

writing code

this is a Next.js app.

linting is done using ESLint and the Airbnb style guide.

hosting is handled by Vercel.

package documentation