Skip to content
New issue

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

How to run locally for development #502

Open
Kinzi opened this issue Jan 7, 2024 · 1 comment
Open

How to run locally for development #502

Kinzi opened this issue Jan 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Kinzi
Copy link

Kinzi commented Jan 7, 2024

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?

@Kinzi Kinzi added the bug Something isn't working label Jan 7, 2024
@nullreferenceexception
Copy link

  1. 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

  2. You may need to run build first, before serve. But refer to 1. Before trying this as I think it refers to vite again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants