Procedurally generated train network simulation http://transport.hallada.net
|
5 years ago | |
---|---|---|
img | 5 years ago | |
src | 5 years ago | |
typings | 5 years ago | |
.eslintrc.js | 5 years ago | |
.gitignore | 5 years ago | |
CNAME | 5 years ago | |
LICENSE.txt | 5 years ago | |
README.md | 5 years ago | |
index.html | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago | |
tsconfig.json | 5 years ago | |
tslint.json | 5 years ago | |
webpack.config.js | 5 years ago |
Work-in-progress procedurally generated train network simulation written in Typescript with PixiJs.
Clone the repo and then run:
npm install
npm start
Then visit http://localhost:8888
in your browser to view the development
build. Edit files in /src
and see the changes reflected in the browser.
No tests right now. But, to run lint checks:
npm run lint
Run:
npm run build
npm run deploy