azjerei / StarTrek2d20

Character creation tool for Star Trek Adventures RPG from Modiphius.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StarTrek2d20

Prerequisites

  • Visual Studio 2019 (Community or higher) (optional).
  • NodeJS (v10.13.0 or higher).
  • TypeScript 3.1 or compatible version.

Getting Started

With Visual Studio

  1. Open a command prompt in the WebTools/ folder and type npm install to install node modules.
  2. Open the solution in Visual Studio.
  3. Compile the project.

Compiling will use webpack to generate a master script in the dist/ folder.

Without Visual Studio

  1. Open a command prompt in the WebTools/ folder and type npm install to install node modules.
  2. Create the master script using the npm run package command
  3. Open the index.html file in a browser

The master script will be generated in the dist/ folder.

Contributing

Contributions are welcome. Use a PR to get your changes into the master branch.

About

Character creation tool for Star Trek Adventures RPG from Modiphius.


Languages

Language:TypeScript 94.3%Language:CSS 4.5%Language:HTML 0.9%Language:C# 0.2%Language:JavaScript 0.1%Language:PowerShell 0.0%Language:Shell 0.0%