Public Access
doc(readme): clarify what to do with .env
This commit is contained in:
@@ -23,11 +23,13 @@ For the VBB network in Berlin/Brandenburg
|
|||||||
this should work for other public transit networks using the HAFAS api, but you will have to test this yourself
|
this should work for other public transit networks using the HAFAS api, but you will have to test this yourself
|
||||||
|
|
||||||
### The build part
|
### The build part
|
||||||
Create a `.env` in the project root and add
|
Create a `.env` in the project root and add the following to it
|
||||||
|
|
||||||
```env
|
```env
|
||||||
VBB_API_KEY=
|
VBB_API_KEY={YOUR_API_KEY}
|
||||||
VBB_API_URL=
|
VBB_API_URL={YOUR_API_URL}
|
||||||
```
|
```
|
||||||
|
|
||||||
For local builds and connected devices simply run `flutter run` in your terminal.
|
For local builds and connected devices simply run `flutter run` in your terminal.
|
||||||
|
|
||||||
To build for linux:
|
To build for linux:
|
||||||
|
|||||||
Reference in New Issue
Block a user