Skip to content

Commit 629cce7

Browse files
committed
Fix: Update README.md file
1 parent 1a91012 commit 629cce7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IWA project templates
22

3-
This project will contain templates that could be used for creation of new Isolated Web Apps (IWAs)
3+
This project contains templates that could be used for creation of new Isolated Web Apps (IWAs)
44
projects.
55

66
## Prerequisites
@@ -15,9 +15,9 @@ projects.
1515

1616
Clone this repository:
1717

18-
git clone ADD_LINK_HERE
18+
git clone https://github.com/GoogleChromeLabs/iwa-project-templates
1919

20-
cd iwa_vite_template
20+
cd vite-iwa-template
2121

2222
npm install
2323

@@ -84,9 +84,6 @@ Next, create a .env file containing:
8484
PRIVATE_KEY_PASSWORD='YOUR_KEY_PASSWORD'
8585
PORT=YOUR_PORT
8686

87-
_Note: If you're using vite, also declare a variable called NODE_ENV, you can set it to either
88-
production/development_
89-
9087
_Note: If you don't specify PORT, the app will fall back to default value (4321)_
9188

9289
Next, you need to build your IWA by running

0 commit comments

Comments
 (0)