mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 11:36:13 +08:00
install-all fix (#2956)
you've changed install-windows, but I guess forgot to change install-all, because on my Mac, install:all doesn't work, and install-all works fine
This commit is contained in:
parent
ee5ef57d89
commit
c50218f709
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ Follow these steps if you want to work on anything involving the database/accoun
|
|||
|
||||
Once you have completed the above steps, you are ready to build and run Monkeytype.
|
||||
|
||||
1. Run `npm run install:all` in the project root to install all dependencies.
|
||||
1. Run `npm run install-all` in the project root to install all dependencies.
|
||||
- If you are on Windows, use `npm run install-windows`.
|
||||
- If neither works, you will have to run `npm install` in root, frontend, and backend directories.
|
||||
2. Run `npm run dev` (`npm run dev-fe` if you skipped the mongo section) to start a local dev server on [port 5000](http://localhost:5000). It will watch for changes and rebuild when you edit files in `src/` or `public/` directories. Note that rebuilding doesn't happen instantaneously so be patient for changes to appear. Use <kbd>Ctrl+C</kbd> to kill it.
|
||||
|
|
Loading…
Add table
Reference in a new issue