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
I followed https://github.com/PeerPiper/peerpiper/tree/master/examples/svelte-app with npm i and npm run dev as usual. and successfully started: cargo run --bin peerpiper-server
npm i
npm run dev
cargo run --bin peerpiper-server
But the browser was showing me:
Do I have to compile or build peerpiper browser before?
The text was updated successfully, but these errors were encountered:
The rust() vite plugin will build it for you, no need to do it manually
rust()
But npm run dev doesn't work (yet) with wasm + Vite. Try
npm install npm run build npm run preview -- --open
(I fixed the docs as I noticed it still said dev)
dev
Sorry, something went wrong.
I have a justfile in the root that will run all the commands for you.
Install just then run
just
just all
I've added a note to the readme (I wasn't prepared for others to try this yet! Thanks for the issues)
No branches or pull requests
I followed https://github.com/PeerPiper/peerpiper/tree/master/examples/svelte-app
with
npm i
andnpm run dev
as usual.and successfully started:
cargo run --bin peerpiper-server
But the browser was showing me:
Do I have to compile or build peerpiper browser before?
The text was updated successfully, but these errors were encountered: