This commit is contained in:
firebadnofire 2024-05-29 15:38:42 -04:00
parent 4df6e040f2
commit 6bcf0f71d3
Signed by: firebadnofire
SSH Key Fingerprint: SHA256:bnN1TGRauJN84CxL1IZ/2uHNvJualwYkFjOKaaOilJE
1 changed files with 24 additions and 1 deletions

View File

@ -1,3 +1,26 @@
# any-app
any-app is a FOSS electron application to turn ANY webpage into an APP
any-app is a FOSS electron application to turn ANY webpage into an APP
# Build instructions:
Clone the repo:
`git clone https://codeberg.org/firebadnofire/any-app.git`
Install NPM deps:
```
cd any-app
npm install
```
Tell NPM to package it:
Windows:
`npm run package-win`
Linux:
`npm run package-lin`
Built package should be in `release-builds`