Go to file
Crypto City 74e75f9737 wip
2022-02-10 14:23:26 +01:00
src/main call townforge wasm module by clicking button 2021-12-07 09:32:35 -05:00
.gitignore call townforge wasm module by clicking button 2021-12-07 09:32:35 -05:00
.project add .project 2021-12-07 08:15:21 -05:00
favicon.ico call townforge wasm module by clicking button 2021-12-07 09:32:35 -05:00
index.js call townforge wasm module by clicking button 2021-12-07 09:32:35 -05:00
LICENSE Initial commit 2021-12-07 08:12:33 -05:00
package-lock.json wip 2022-02-10 14:23:26 +01:00
package.json call townforge wasm module by clicking button 2021-12-07 09:32:35 -05:00
README.md call townforge wasm module by clicking button 2021-12-07 09:32:35 -05:00
tsconfig.json call townforge wasm module by clicking button 2021-12-07 09:32:35 -05:00
webpack.config.js wip 2022-02-10 14:23:26 +01:00
webpack.production.js call townforge wasm module by clicking button 2021-12-07 09:32:35 -05:00

townforge-app

Townforge web app

How to Run in a Browser

  1. git clone https://github.com/woodser/townforge-wasm
  2. In the same parent directory: git clone https://github.com/woodser/townforge-app
  3. cd townforge-app
  4. npm install
  5. npm start
  6. Access web app at http://localhost:8080 (opens automatically)