Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Zero configuration CEP extension builder for [Parcel](https://github.com/parcel-
```sh
git clone https://github.com/fusepilot/parcel-plugin-cep-starter.git
cd parcel-plugin-cep-starter
yarn
yarn run start
npm
npm run start
```

Open your CC app of choice, find your extension under `Window` > `Extensions`, and start developing.
Expand All @@ -18,15 +18,15 @@ Open your CC app of choice, find your extension under `Window` > `Extensions`, a
To create a production build:

```sh
yarn run build
npm run build
```

### Packaging

To create a .zxp for deployment:

```sh
yarn run zxp
npm run zxp
```

A versioned .zxp file will be placed inside `archive`.
Expand Down
Loading