mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-14 11:37:06 +08:00
4 lines
80 B
Bash
Executable file
4 lines
80 B
Bash
Executable file
npm install &
|
|
cd ./frontend && npm install &
|
|
cd ./backend && npm install &
|
|
wait
|