umar-ahmed / origami-simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Origami Simulator

Simulator

Prerequisites

This project requires Docker to build and run the simulator.

Getting Started

  1. docker build -t origami-simulator .
  2. docker run -it -p 3000:3000 origami-simulator
  3. Open http://localhost:3000 in your web browser

Development

  1. Run yarn install to install dependencies
  2. Run yarn engine:dev to automatically compile wasm code on code changes
  3. Run yarn dev to bring up the web app on http://localhost:1234/

About


Languages

Language:WebAssembly 90.6%Language:TypeScript 6.5%Language:JavaScript 2.8%Language:HTML 0.1%Language:Dockerfile 0.0%