| src/main | ||
| .gitignore | ||
| .project | ||
| favicon.ico | ||
| index.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.js | ||
| webpack.production.js | ||
townforge-app
Townforge web app
How to Run in a Browser
git clone https://github.com/woodser/townforge-wasm- In the same parent directory:
git clone https://github.com/woodser/townforge-app cd townforge-appnpm installnpm start- Access web app at http://localhost:8080 (opens automatically)