# 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`