offline tile server
- Clone
git clone git@github.com:swarnim-accurate/futile.gitcd futile- Install dependencies
npm i- Compile
npm run buildThis runs all the tests and transpiles the typescript code into javascript while also checking for any errors.
- Run
npm run startThe tile server will start on port 8585.