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.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>this repositorycd multiattack-5enpm install
npm run start- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate for more details
npm run testnpm run test:ember -- --server
npm run lintnpm run lint:fix
npm exec ember build(development)npm run build(production)
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.