/2048

Primary LanguageTypeScriptMIT LicenseMIT

2048

Setup

Create a virtual environment using requirements.txt, instructions can be found here.

Install the node stuff for compiling the TypeScript files:

npm install

Build instructions

To build the TypeScript files (using webpack):

npm run build

To watch the TypeScript files (using webpack):

npm run watch