Skip to content

Commit

Permalink
Minor fix on ordered list (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAmericanMike authored Nov 3, 2023
1 parent 8c8f10f commit 709e077
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ other assets.
2. Copy the `src/example` directory, making a new directory within `src` with
the name of your add-on.
3. Edit your new `manifest.json` with details about your add-on.
3. Make sure you have node.js and pnpm set up and working.
4. Run `pnpm install` within the repository to install dependencies.
5. Run `pnpm start` to start the development server.
6. In the FrankerFaceZ Control Center, under Add-ons, make sure to enable the
4. Make sure you have node.js and pnpm set up and working.
5. Run `pnpm install` within the repository to install dependencies.
6. Run `pnpm start` to start the development server.
7. In the FrankerFaceZ Control Center, under Add-ons, make sure to enable the
setting `Use Local Development Server`.
7. Ensure that your browser will accept the self-signed certificate issued by
8. Ensure that your browser will accept the self-signed certificate issued by
the development server. You can visit https://localhost:8001/ with the
development server running to see if it works.
8. Develop your add-on.
9. Develop your add-on.
> **Note:** Changes made to your add-on's manifest will require that you
> restart the development server to take effect.
9. When you're ready, set `enabled` to `true` in your add-on's manifest, then
10. When you're ready, set `enabled` to `true` in your add-on's manifest, then
submit a pull request to bring your code into this repository's master branch.
10. Once your code is accepted, the new add-on will automatically be built,
11. Once your code is accepted, the new add-on will automatically be built,
uploaded, and made available for end-users.

## Documentation
Expand Down

0 comments on commit 709e077

Please sign in to comment.