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
- Host: GitHub
- URL: https://github.com/serlo/test-edtr-io-refactoring
- Owner: serlo
- Archived: true
- Created: 2023-03-30T19:43:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T12:10:42.000Z (about 3 years ago)
- Last Synced: 2025-04-05T01:33:50.953Z (about 1 year ago)
- Language: TypeScript
- Size: 478 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```