Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1021 Bytes

installation.md

File metadata and controls

50 lines (33 loc) · 1021 Bytes

Setup LiveCoding fo developpment

Requirements

Processor

Client

Get the sources

# Clone the repo
git clone [email protected]:CPNV-ES/LiveCoding.git

cd LiveCoding

Processor installation

Install Server Processor

Client installation

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 !

Game development

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.