# Engine ## Building From the root directory run: ```wasm-pack build``` From the `webapp` directory run: ```npm install``` ## Running From the `webapp` directory run: ```npm run start``` And browse to [http://localhost:8080](http://localhost:8080)