Go to file
firebadnofire 6bcf0f71d3
commit
2024-05-29 15:38:42 -04:00
.gitignore Initial commit 2024-05-28 12:57:14 -04:00
LICENSE Initial commit 2024-05-28 12:57:14 -04:00
README.md commit 2024-05-29 15:38:42 -04:00
index.html commit 2024-05-28 14:22:47 -04:00
main.js commit 2024-05-28 14:22:47 -04:00
package-lock.json commit 2024-05-28 14:40:13 -04:00
package.json commit 2024-05-28 14:40:13 -04:00
styles.css commit 2024-05-28 14:22:47 -04:00
target.png commit 2024-05-28 14:22:47 -04:00

README.md

any-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