# Clone the repo
git clone [email protected]:CPNV-ES/LiveCoding.git
cd LiveCoding
The client app uses webpack to build and optimize the code. Follow the steps to start development :
# 1. go to the client folder
cd client
# 2. Install the dependencies
npm i
# 3. Run the development server
npm run serve
# 4. If you want to build the app for production
npm run build
Open your browser on localhost:8080
. You are ready to start writing code !
If you want to create a new game, follow the creating game guide. If you vant to update an existing game, follow development instruction on the game repo.