Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 287 Bytes

SENG468-Goblin-Trade

Setup guide

  • install dep if outdated
    • make install
  • run app
    • make web
  • clean app
    • make clean

Issue with Make

Windows Setup (after npm install make)

1. Run PowerShell as Admin
2. Set-ExecutionPolicy RemoteSigned
3. Y