/roll-initiative

A set of tools for GMs to manage their role-playing game stats and statuses.

Primary LanguageJavaScript

Roll Initiative

A set of tools for GMs to manage their role-playing game stats and statuses.

Getting Started

This project requires Node.js and npm (included with Node.js) to build the site and run it in local development. The LTS (Long Term Support) version is recommended for most cases.

Here are the main commands you'll need to run to get the project up and running.

# install dependencies
npm install

# run the site in development mode
npm start

# build the site for production
npm run build

# lint your code for possible issues
npm run lint

# run unit tests (by default does nothing)
npm run test

# update dependencies to their latest versions
npm run update-deps