diff options
| author | Philippe Loctaux <[email protected]> | 2022-12-17 21:32:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-17 12:32:52 -0800 |
| commit | 67dc50dad9d01548e8a07b455027ab68bad4e067 (patch) | |
| tree | 11419e44abced68fa88a9e8b94f98d89db7ab679 /README.md | |
| parent | d5f863c0039889334d630bface2a0e4a86f050de (diff) | |
| download | caprover-one-click-apps-67dc50dad9d01548e8a07b455027ab68bad4e067.tar.gz caprover-one-click-apps-67dc50dad9d01548e8a07b455027ab68bad4e067.zip | |
readme: added formatter-write in instructions, fixed validRegex format in example (#813)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,7 +14,7 @@ caproverOneClickApp: label: Awesome App Version defaultValue: '1.2.3' description: Check out their Docker page for the valid tags https://hub.docker.com/r/....../tags - validRegex: "/.{1,}/" + validRegex: '/.{1,}/' instructions: start: |- A description that will be displayed to the user when they @@ -72,7 +72,8 @@ To create your own repository: - Fork this repository - Delete all existing apps (to avoid duplicate apps), and add your own apps. - Run `npm i` -- Run `npm run validate_apps` +- Run `npm run validate_apps` +- Run `npm run formatter-write` - 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. |
