2022-03-03 15:28:53 +01:00
# Minetest Web-Map-Client
The web map client for mtsatellite is build as vue app using vuetify and leaflet as frameworks.
The following commands are all you need to set this application up.
2022-03-02 15:00:25 +01:00
## Project setup
2022-03-03 15:28:53 +01:00
2022-03-02 15:00:25 +01:00
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
2022-03-03 15:28:53 +01:00
The result of this command is a ```dist``` folder containing the minified version. To use this in production, copy or move the folder to the location of your choice to serve the app.
2022-03-02 15:00:25 +01:00
### Lints and fixes files
```
yarn lint
```
### Customize configuration
2022-03-03 15:28:53 +01:00
To configure the backend websocket URL and the app title adjust the entries in the ```.env``` file.
2022-03-02 15:00:25 +01:00
See [Configuration Reference ](https://cli.vuejs.org/config/ ).