Skip to content

Getting Started (Notes)

Jason Kiesling edited this page Sep 14, 2018 · 1 revision

Horribly written, simply quick notes to be later put into real documentation.

Tip: If you put both MYR and the MYR backend inside a folder such as (/home/user1/MYR/MYR and /home/user1/MYR/MYR-backend), you can use yarn prod to make a production build of MYR and move it to the backend

-Setup regular MYR dev enviroment
-Install MongoDB
-Clone repo locally
-Add MYR build
--Run yarn build in MYR dev
-Add node modules
--npm install
-Do other stuffs?