npm install
Create a .env
file in the root directory.
Add VUE_APP_SOCKET_CONNECT_URL=http://localhost:3000
and VUE_APP_DEBUG=true
to it.
npm run vue
npm run serve
npm run build
Online real-time multiplayer adaptation of the board game The Resistance: Avalon. No login or registration required
JavaScript
npm install
Create a .env
file in the root directory.
Add VUE_APP_SOCKET_CONNECT_URL=http://localhost:3000
and VUE_APP_DEBUG=true
to it.
npm run vue
npm run serve
npm run build