Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IWA project templates

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

## Prerequisites
Expand All @@ -15,9 +15,9 @@ projects.

Clone this repository:

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

cd iwa_vite_template
cd vite-iwa-template

npm install

Expand Down Expand Up @@ -84,9 +84,6 @@ Next, create a .env file containing:
PRIVATE_KEY_PASSWORD='YOUR_KEY_PASSWORD'
PORT=YOUR_PORT

_Note: If you're using vite, also declare a variable called NODE_ENV, you can set it to either
production/development_

_Note: If you don't specify PORT, the app will fall back to default value (4321)_

Next, you need to build your IWA by running
Expand Down