SkyJedi / SWRPG-Web-Dice-Roller

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWRPG-Web-Dice-Roller

A Web App Companion for the SWRPG

#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

License:MIT License


Languages

Language:JavaScript 88.2%Language:CSS 10.8%Language:HTML 1.0%