We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.tgz
frontend/package.json
Line 3 in 5f8a348
yarn build && npm pack
packages/editor
serlo-editor-0.0.x.tgz
yarn
yarn start:mongodb && yarn dev
BTW: For each change in the frontend you need to add a new version number. Due to caching updating the .tgz file is not enough.
@serlo/editor-beta
The text was updated successfully, but these errors were encountered:
first draft is working, open new issues for further improvements.
Sorry, something went wrong.
No branches or pull requests
How to test current status
Build editor as
.tgz
filefrontend/package.json
Line 3 in 5f8a348
yarn build && npm pack
insidepackages/editor
serlo-editor-0.0.x.tgz
in the directory of the frontendUse the editor in RLP repo
yarn
yarn start:mongodb && yarn dev
BTW: For each change in the frontend you need to add a new version number. Due to caching updating the
.tgz
file is not enough.Open todos
@serlo/editor-beta
@serlo/editor-beta
in tmp: editor package with vite #3136The text was updated successfully, but these errors were encountered: