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

docs: update local development command #300

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yuusheng
Copy link

@yuusheng yuusheng commented Feb 6, 2025

close #280

@yuusheng
Copy link
Author

yuusheng commented Feb 6, 2025

Friendly reminder, via-keyboards is installed from GitHub by Bun (you can see bun docs for more info. So you can only use Bun as the package manager.

@csinkers
Copy link

csinkers commented Mar 3, 2025

This still seems to be missing a bunch of steps for someone to get it running from scratch. After a bit of fiddling around here's the process I used to get it going:

  1. Download and install nodejs (might need to restart before npm is available on PATH)
  2. npm install -g bun
  3. bun install
  4. npm install
  5. npm run dev

@yuusheng
Copy link
Author

yuusheng commented Mar 6, 2025

I agree with that. Updated!

@yuusheng
Copy link
Author

yuusheng commented Mar 6, 2025

Can somebody please merge this? @olivia @Cipulot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing script: "start"
3 participants