exchange.stackstorm.org is a front-end for StackStorm Exchange, a collection of packs contributed by StackStorm users and engineers.
It's a simple React app rendering the pack index; there is no server-side to it at all, and the index is available for consumption as a JSON file.
Just look at that page: packs, packs everywhere! Maybe it's time to go create even more?
Index: StackStorm-Exchange/index.
To build the website, run the commands listed below.
- Install all the dependencies
npm install
- Make sure linting passes
npm run lint
- Build it
npm run build
If you want to run a development server locally, you can run:
npm run dev
This website is hosted by Github Pages. When code is merged to master, if it passes linting and tests, it will
automatically get pushed to the gh-pages
branch, and served at https://exchange.stackstorm.org/