Skip to content

ermau/SWRPG-Web-Dice-Roller

 
 

Repository files navigation

SWRPG-Web-Dice-Roller

A Web App Companion for the SW EotE/FnD/AoR RPG

#Installation and Setup

  1. First you will need to have NodeJS installed on your machine. You can find the latest version here
  2. Click "Clone or Download" at the top of this page. Click "Download Zip" and extract the files.
  3. Next Create a firebase project for the WebApp [here]https://console.firebase.google.com/
  4. Click "Add Project"
  5. Name your project
  6. From the project console, click "Add Firebase to your web app"
  7. Copy var config = {xxxxxxx}; (8 lines total)
  8. Open src/config.js from from step 2 with a text editor program of your choice.
  9. Paste var config = {xxxxxxx}; in space marked "Paste var config = {xxxxxxx}; here"
  10. Open command line and navigate to folder from step 2
  11. $ npm install
  12. $ npm install -g firebase-tools
  13. $ firebase login
  14. $ firbase deploy
  15. terminal will give you a website to go to

About

A Web App Companion for the SW EotE/FnD/AoR RPG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.2%
  • CSS 11.7%
  • HTML 1.1%