https://github.com/json-everything/json-everything-learn
An interactive guide to the json-everything projects
https://github.com/json-everything/json-everything-learn
Last synced: 9 months ago
JSON representation
An interactive guide to the json-everything projects
- Host: GitHub
- URL: https://github.com/json-everything/json-everything-learn
- Owner: json-everything
- License: mit
- Created: 2024-06-03T23:53:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T20:41:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T00:44:23.307Z (over 1 year ago)
- Language: C#
- Homepage: http://learn.json-everything.net/
- Size: 97.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
## Welcome
This repository houses the source for `json-everything` learning site, https://learn.json-everything.net.
## Contributing
We're happy to accept and review proposals for lessons. In general, lessons will cover how to use the libraries.
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.
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.
The main project's [CODE OF CONDUCT](https://github.com/json-everything/json-everything/blob/master/CODE_OF_CONDUCT.md) also applies.
## Running locally
The site is a Blazor WASM app running .Net 8, and it's published via GitHub Pages.
You can run the `run.cmd` script to start up the site. If you add an `edit` parameter, it'll run the editor.