basic pwa setup
This commit is contained in:
parent
10580a0bec
commit
fd09dff381
16 changed files with 1678 additions and 72 deletions
|
|
@ -19,6 +19,13 @@ npm run build # <- builds repl + tutorial to ../docs
|
|||
npm run preview # <- test static build
|
||||
```
|
||||
|
||||
## Generate PWA icons
|
||||
|
||||
```sh
|
||||
cd website/public
|
||||
npx pwa-asset-generator icon.png icons
|
||||
```
|
||||
|
||||
# Standard Readme of Astro Starter Kit: Docs Site
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue