You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository houses the source for `json-everything` learning site, https://learn.json-everything.net.
4
+
5
+
## Contributing
6
+
7
+
We're happy to accept and review proposals for lessons. In general, lessons will cover how to use the libraries.
8
+
9
+
Each lesson should focus on a single feature of the library. The coding exercise should be tailored so that completion requires the learner to use the feature.
10
+
11
+
There is a lesson editor WPF app that makes creating lessons quite simple. If you're just creating a lesson, running this app (`run edit`) is recommended.
12
+
13
+
The main project's [CODE OF CONDUCT](https://github.com/json-everything/json-everything/blob/master/CODE_OF_CONDUCT.md) also applies.
14
+
15
+
## Running locally
16
+
17
+
The site is a Blazor WASM app running .Net 8, and it's published via GitHub Pages.
18
+
19
+
You can run the `run.cmd` script to start up the site. If you add an `edit` parameter, it'll run the editor.
0 commit comments