File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 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)
44projects.
55
66## Prerequisites
@@ -15,9 +15,9 @@ projects.
1515
1616Clone 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
9289Next, you need to build your IWA by running
You can’t perform that action at this time.
0 commit comments