diff options
| author | Skayo <[email protected]> | 2021-11-20 16:15:36 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-20 07:15:36 -0800 |
| commit | cbab4af66be6d8701fa35d3a9b880a773d921318 (patch) | |
| tree | a177e207b593467210c3c5752baf30426c0f8de7 /README.md | |
| parent | 7efb5cbf2f276a9f95fc3a8db49deecc9eb85e23 (diff) | |
| download | caprover-one-click-apps-cbab4af66be6d8701fa35d3a9b880a773d921318.tar.gz caprover-one-click-apps-cbab4af66be6d8701fa35d3a9b880a773d921318.zip | |
Fixed package.json formatter script (#571)
* Fixed package.json formatter script
Didn't work on Windows, maybe other platforms too
* Added example for custom one-click-app repository
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,3 +75,5 @@ To create your own repository: - Run `npm run validate_apps` - Run `npm run build` - Now you can host the static content placed in `./dist` directory anywhere you want, the official repo uses github pages to publish the content. Make sure to update [CNAME](https://github.com/caprover/one-click-apps/blob/master/public/CNAME) to your own URL if you decide to do so. + +Here is a good example: [Skayo's CapRover One-Click-Apps](https://github.com/Skayo/CapRover-One-Click-Apps) |
