Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 621 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 621 Bytes

Arporaattori

Arporizes awards in movie theater venues.

Requirements

  • MacOS and Linux are grade A citizens. Should work in Windows too, but I don't always test because I'm not a Windows man.
  • If it doesn't work, just use a Unix virtual machine.
  • The current version of Node.js (8.x). Might work on older ones, but no guarantees!
  • The Yarn package manager.

Howto

develop

  • check out the code
  • yarn
  • cp .env.example .env
  • yarn run start

Builds to dist/. Then just put somewhere in the internets.

  • yarn run build