Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Added typescrypt and lit
Browse files Browse the repository at this point in the history
  • Loading branch information
nmetulev committed Mar 22, 2022
1 parent 8ead39e commit 8722bc1
Show file tree
Hide file tree
Showing 17 changed files with 3,578 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# pwabuilder-chromium-extension
Hackathon Project - An experiment, not officially supported.... for now 😊

## Build the extension

```bash
> npm i
> npm run dev
```

Once built, you can sideload the `dist` folder

## Developer Resources

- [how to sideload](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/extension-sideloading#:~:text=To%20sideload%20an%20extension%3A%20Open%20the%20edge%3A%2F%2Fextensions%20page,for%20the%20directory%20with%20your%20extension%20source%20files.?msclkid=40109dc8a95f11ec988a847e44969f7a)
Expand Down
9 changes: 0 additions & 9 deletions hello.html

This file was deleted.

10 changes: 0 additions & 10 deletions manifest.json

This file was deleted.

Loading

0 comments on commit 8722bc1

Please sign in to comment.