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
Awesome project. I just forked, cloned and npm installed it and wanted to run locally for a possible extension but failed.
Here is what I get:
npm run dev -> "Not found" npm run serve -> "Cannot GET /"
npm run dev
npm run serve
I am probably just missing something here?
How can I run this package locally for development?
The text was updated successfully, but these errors were encountered:
According to packages.json, the script for dev calls "vite". Ensure you can run vite from your terminal. If not, run npm install -g vite
You may need to run build first, before serve. But refer to 1. Before trying this as I think it refers to vite again
Sorry, something went wrong.
I was able to run in following way.
npm i
/demo
If you do some custom changes and want to see those then you would have to run npm run build in root folder.
npm run build
No branches or pull requests
Awesome project. I just forked, cloned and npm installed it and wanted to run locally for a possible extension but failed.
Here is what I get:
npm run dev
-> "Not found"npm run serve
-> "Cannot GET /"I am probably just missing something here?
How can I run this package locally for development?
The text was updated successfully, but these errors were encountered: