Advertisement
Guest User

NuzGen guide

a guest
May 7th, 2020
6,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Steps to run Nuzlocke Generator locally:
  2.  
  3. 1. Install Github Desktop
  4. a. Install Git
  5. b. Install Node.js
  6. 2. Go to github.com/EmmaRamirez/nuzlocke-generator
  7. 3. Click "open in desktop"
  8. 4. Click clone
  9. ***Important***
  10. Once you have successfully cloned the repo to Github Desktop you need to do this:
  11. 1. Click Repository dropdown while on MASTER BRANCH
  12. 2. Click Open in Command Prompt
  13. 3. Type this: npm install
  14. 4. Once that is finished (it will take a bit) type this: npm run serve
  15. 5. type in your browser: localhost:8080
  16.  
  17. ***Make sure to reopen Github Desktop after you install Git. It will not detect that you have installed Git unless you do this***
  18.  
  19. It should work. Assuming you followed all the steps properly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement