Skip to content

Commit

Permalink
Update Customisation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF authored Nov 18, 2024
1 parent c81dbbf commit ec72ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions community/Customisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ of the BlueMap WebApp, and recompile it manually.
To get started, you should clone the BlueMap repo using git.
([link](https://github.com/BlueMap-Minecraft/BlueMap?tab=readme-ov-file#development))

Then, inside [`BlueMapCommon/webapp/`](https://github.com/BlueMap-Minecraft/BlueMap/tree/master/BlueMapCommon/webapp),
Then, inside [`common/webapp/`](https://github.com/BlueMap-Minecraft/BlueMap/tree/master/common/webapp),
you will find the source code for the webapp.

You can now edit that however you'd like. The important commands for running and compiling are described in the
[readme](https://github.com/BlueMap-Minecraft/BlueMap/tree/master/BlueMapCommon/webapp#readme).
[readme](https://github.com/BlueMap-Minecraft/BlueMap/tree/master/common/webapp#readme).

Once you've made your changes and recompiled it, you can copy the `BlueMapCommon/webapp/dist/` folder to your server,
Once you've made your changes and recompiled it, you can copy the `common/webapp/dist/` folder to your server,
and replace the default webapp with your custom one.

Good luck!

0 comments on commit ec72ffe

Please sign in to comment.