Add some build instructions to README

This commit is contained in:
Michael Wyraz 2021-11-02 22:01:59 +01:00
parent f590aaaae4
commit 441a0e2ebd
1 changed files with 23 additions and 0 deletions

View File

@ -18,3 +18,26 @@ Standalone: https://regensburg.freifunk.net/meshviewer/
- [POEditor](https://poeditor.com/join/project/VZBjPNNic9) for providing an easy non-developer translation environment
These tools need a lot of infrastructures and provide a free account for open source software.
## Building / Running
Required tools:
* yarn
* gulp
1st install the dependencies by running
```
yarn
```
Then you can start a development server with
```
gulp serve
```
To build a release, run
```
gulp
```
The result will be in the "build" folder afterwards.