Twincode is a platform to host pair programming sessions. This project contains the frontend of the platform.
npm install
npm run serve
By default it is listening on port 8080, to use a custom port:
npm run serve --port CUSTOM_PORT
npm run build
npm run lint
See Configuration Reference for a detailed info.