Interactive maps for Zelda games, hosted on https://www.zeldadungeon.net
Published maps:
- https://www.zeldadungeon.net/breath-of-the-wild-interactive-map
- https://www.zeldadungeon.net/links-awakening-interactive-map
- https://www.zeldadungeon.net/tears-of-the-kingdom-interactive-map
npm install
to install dependenciesnpm run prepare
to set up git commit hooksnpm run dev
to launch the dev server for local testingnpm run format
to format code (enforced on commit) (or install Prettier VS Code extension and enable format-on-save)npm run lint
to lint code (enforced on commit) (or install ESLint VS Code extension)
For now, certain ZD staff have push permission for the develop branch, and pushing to develop will trigger deployment to the staging environment https://www.zeldadungeon.net/maps-beta
. To publish to prod https://www.zeldadungeon.net/maps
, coordinate with Locke.
For non-staff, feel free to create PRs or Issues, and join our discord to discuss ideas (use the #wiki channel).