Skip to content

Commit 6f66997

Browse files
API info removed and replaced, readme updates
1 parent 9138565 commit 6f66997

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Code taken from course.
4141
## Setup
4242

4343
* To start the server on _localhost://8100_ type: `ionic serve`
44+
* To generate normal www build file: `ionic build`
4445
* Build for Android app: `ionic capacitor run android`
4546

4647
## Code Examples (taken from Udemy course with my comments added)

src/environments/environment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
export const environment = {
66
production: false,
7-
googleMapsAPIKey: 'AIzaSyBbJvrXHRGUnc8ceaIbBP0HiJwwMC5BUKk'
7+
googleMapsAPIKey: ''
88
};
99

1010
/*

0 commit comments

Comments
 (0)