Skip to content

Commit

Permalink
First version of the training
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 26, 2023
1 parent 614fbd1 commit c986014
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions sites/stores/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Holochain Immersive: Lesson 1
# @holochain-open-dev/stores training

Source code for the lesson slides. Visit the slides here:

https://holochain-immersive.github.io/holochain-lesson-1
https://holochain-open-dev.github.io/common/stores

If the exercises don't work for you, try them in Firefox!

> Exercises being flakey in chrome is a known issue, which needs to be addressed at some point.
## Setup Instructions

Expand All @@ -18,4 +22,3 @@ To edit the slides, open `index.html` and edit them.
## Relevant documentation

- [Reveal.js](https://revealjs.com/)
- [reveal.js-animate-fragments](https://www.npmjs.com/package/reveal.js-animate-fragments)
2 changes: 1 addition & 1 deletion sites/stores/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2>Reactive stores to build hApps</h2>

- Push-based
- Extensible
- Composable
- Composable chains of promise-like tasks
- Enables developers to create clear interfaces between components

### Cons
Expand Down

0 comments on commit c986014

Please sign in to comment.