mirror of
https://github.com/FullScreenShenanigans/MapScreenr.git
synced 2026-08-12 02:18:15 -07:00
edf312d4a5db82e5f6add66b6b7aaa47ce1abfcb
* Complete refactor for node * Rewrote README.md for node * Remove EightBittr from readme... * Moved tsc output to "src"
MapScreenr
A flexible container for map attributes and viewport.
Build Process
MapScreenr uses Gulp to automate building, which requires Node.js.
To build from scratch, install NodeJS and run the following commands:
npm install
gulp
Individual Gulp tasks
gulp dist- Compiles the source intodist/.gulp tsc- Runs the TypeScript compiler.gulp tslint- Runs TSLint.gulp test- Runs tests intests/.gulp watch- Runs thetscandtslinttasks when a source file changes.
Languages
TypeScript
100%