Go to file
James Skemp a34aac3934 Update editorconfig to include specific files 2020-03-15 22:13:24 -05:00
.vscode Update space settings with those from Phaser 3 template 2020-03-15 21:32:24 -05:00
src Add code for TypeScript and Sass with linting 2020-03-15 16:44:06 -05:00
.editorconfig Update editorconfig to include specific files 2020-03-15 22:13:24 -05:00
.eslintignore Add code for TypeScript and Sass with linting 2020-03-15 16:44:06 -05:00
.eslintrc.js Add code for TypeScript and Sass with linting 2020-03-15 16:44:06 -05:00
.gitignore Add code for TypeScript and Sass with linting 2020-03-15 16:44:06 -05:00
.gitlab-ci.yml Add GitLab CI config from Phaser 3 template 2020-03-15 21:33:48 -05:00
.stylelintrc.js Add code for TypeScript and Sass with linting 2020-03-15 16:44:06 -05:00
README.md Add code for TypeScript and Sass with linting 2020-03-15 16:44:06 -05:00
package-lock.json Add code for TypeScript and Sass with linting 2020-03-15 16:44:06 -05:00
package.json Add code for TypeScript and Sass with linting 2020-03-15 16:44:06 -05:00
tsconfig.json Add code for TypeScript and Sass with linting 2020-03-15 16:44:06 -05:00
webpack.config.js Add code for TypeScript and Sass with linting 2020-03-15 16:44:06 -05:00

README.md

rpg-stat-testing

Testing RPG stat options.

Getting Started

  1. Install dependencies: npm install
  2. Start and open a dev instance of the site: npm run start:dev

Developing

  1. npm run start:dev
  2. npm run eslint
  3. npm run stylelint

Publish

  1. npm run build