Interactive visualizations of the transit in Europe using D3.js and Chart.js. See the live app on dvcarrillo.github.io/eurotransit.
Run server in development mode: npm start
.
Any new development should be done in the dev
branch or in feature branches, then pushed to main
via pull requests.
This project uses the package gh-pages
for deployment. Therefore, if you wish to publish the application, run the deploy
script or:
gh-pages -d build
UPDATE: deployment is automated via a GitHub action on every accepted PR to main
.
Please, report it on the Issues page.