any-app/README.md

26 lines
365 B
Markdown
Raw Permalink Normal View History

2024-05-28 12:57:14 -04:00
# any-app
2024-05-29 15:38:42 -04:00
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`