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 · 2 comments
Open

How to run locally for development #502

Kinzi opened this issue Jan 7, 2024 · 2 comments
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

@asadzaheer
Copy link

asadzaheer commented Jun 13, 2024

I was able to run in following way.

  1. Run npm i in root and /demo folder
  2. Run npm run dev /demo folder

If you do some custom changes and want to see those then you would have to run npm run build in root folder.

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

3 participants