mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 22:54:39 +08:00
8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# install selenium
|
|
../node_modules/selenium-standalone/bin/selenium-standalone install
|
|
|
|
# start the app server
|
|
npm start &
|