Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 733 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 733 Bytes

Twincode logo

Twincode Frontend

Twincode is a platform to host pair programming sessions. This project contains the frontend of the platform.

Demo IDE

Click here!

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

By default it is listening on port 8080, to use a custom port:

npm run serve --port CUSTOM_PORT

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference for a detailed info.