https://github.com/rolandtritsch/slidev-elixirconfeu-2023
The slides for the ElixirConfEU 2023 training on how to test large scale Elixir systems.
https://github.com/rolandtritsch/slidev-elixirconfeu-2023
Last synced: 3 months ago
JSON representation
The slides for the ElixirConfEU 2023 training on how to test large scale Elixir systems.
- Host: GitHub
- URL: https://github.com/rolandtritsch/slidev-elixirconfeu-2023
- Owner: rolandtritsch
- Created: 2023-02-20T05:55:42.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2023-04-02T03:38:55.000Z (over 2 years ago)
- Last Synced: 2025-06-05T17:02:42.773Z (4 months ago)
- Language: TypeScript
- Size: 12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ElixirConfEU 2023 - Testing Elixir Training
To make this work you need to ...
* clone the repo and run `npm install`
* you can then take a first look at the slides by running `npx slidev`
and select `open`
* to see/check the (SPA) website you need to ...
* install `npm install http-server --global`
* build the website `npx slidev build`
* run the webserver `http-server dist -c-1`Note: The CI/CD pipeline (GitHub actions) will deploy the (SPA)
[website][] to `gh-pages` with every push/merge to `trunk`.[website]: http://tedn.life/slidev-elixirconfeu-2023/presenter