Skip to content

The backing code for a webpage which simulates multiple attacks on a single target in D&D 5e and similar games

Notifications You must be signed in to change notification settings

jbpeirce/multiattack-5e

Repository files navigation

multiattack-5e

This site simulates repeated identical attacks against a single target in a system like D&D 5e. This is useful when a group of enemies all attack a single target.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd multiattack-5e
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

This application is deployed to a Firebase site hosted on Google Cloud. After building with Ember as above, its owner can run firebase deploy to update the latest version of the site.

To test the version which will be deployed to Firebase, run firebase emulators:start --project repeated-attack-5e.

Further Reading / Useful Links

About

The backing code for a webpage which simulates multiple attacks on a single target in D&D 5e and similar games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published