Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.92 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.92 KB

りり村のWeb地図

View site at https://oatmeal.github.io/llmr

Build instructions

To build the website from source, follow these steps:

  • Clone this repository

  • Install NodeJS 16 or newer from https://nodejs.org/

  • In your terminal, navigate to the root directory of this repository and run the following command to set up the environment (only needs to be run once unless package.json has been updated.)

npm install
  • Each time you edit HTML / JS / CSS files or adding new tiles or data files, run the following to build the website:
npm run build

How to add tiles / data

To be written...

Development notes

These very rough notes contain an outline of the data structures used in the app.

THANKS TO

Open source libraries used

Icons

LICENSE

Portions of the code are modified from LeafletJS and Leaflet.TileLayer.Fallback and are under their respective licenses (BSD 2-clause and Apache v2). Other Javascript / CSS / HTML / Python code in this project is licensed under the BSD 2-clause license. See the LICENSE file for full details.

Icon SVG files in static/icons/ are from https://uxwing.com and used under the terms specified at https://uxwing.com/license/. static/TwitchGlitchPurple.svg is from the Twitch brand assets and used under the terms specified at https://www.twitch.tv/p/en/legal/trademark/.

Tile images and JSON data files may not be used in other projects without explicit written permission.