An open API service indexing awesome lists of open source software.

https://github.com/serlo/test-edtr-io-refactoring

Trying some things
https://github.com/serlo/test-edtr-io-refactoring

Last synced: about 1 year ago
JSON representation

Trying some things

Awesome Lists containing this project

README

          

# Documentation

Minimal setup for edtr-io that enabled the frontend to consume the code and run it.

Install dependencies with `npm install`. Typecheck the repo with `npm run check`.

After pushing to `main`, an action will build the repo and commit it to `dist`.

To consume this repo, add this to your `package.json`:

```
"test-edtr-io": "serlo/test-edtr-io-refactoring#dist"
```