/storybook-game

Storybook Canvas Template for basic game development

Primary LanguageJavaScriptMIT LicenseMIT

Storybook Game

This repository demonstrates how to use Storybook for basic game development based on Canvas. You can use this repository as template.

Getting Started

  • Install dependencies with npm install.
  • Run Storybook with npm run storybook.

Deployment

You can deploy this Storybook to GitHub Pages with npm run deploy-storybook. See storybook-deployer for more details.

Tests

This repository validates your HTML, CSS/SCSS and JS code with HTMLHint, stylelint and ESLint. You can call npm run test and/or install editor extensions.

VSCode extensions