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
Web files should be downloaded by cli with command ol serve --update.
ol serve --update
Currently users are using libra/Makefile recipe web-files as a workaround.
There's a scaffold in ol/cli/src/commands/serve_cmd.rs
The text was updated successfully, but these errors were encountered:
What about building the web files locally and than moving to the 0L folder?
Some (many?) users will not have the source, and instead be running from binaries.
Got it! The onboarding easy mode does not need the project checkout and only install the binaries.
Web files should be downloaded by cli with command
ol serve --update.Currently users are using libra/Makefile recipe web-files as a workaround.
There's a scaffold in ol/cli/src/commands/serve_cmd.rs
The text was updated successfully, but these errors were encountered: