You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# dev server, http://localhost:3000
$ npm run dev
# websocket server, ws://localhost:3300
$ npm run ws
# dev server && websocket server
$ npm start
# build
$ npm run build