/lwc-arcade

Primary LanguageJavaScriptMIT LicenseMIT

lwc-arcade

This project will build the base package for any further arcade or pixel grid projects it will provide some lwc components through npm and contain some demo pages that are available through heroku at

https://lwc-arcade.herokuapp.com/

The origin is lwc-tris, which is now reusing the arcade lwc components

https://lwc-tris.herokuapp.com/

Local Development

  1. Clone the lwc-arcade repository:
git clone https://github.com/itsmebasti/lwc-arcade
cd lwc-arcade
  1. Install the project dependencies using yarn (or npm, if you prefer that alternatively)
yarn
  1. Start the app in watch mode.
yarn watch
  1. Enjoy the app!