jpwright / enmodal

transit planning & analysis in your browser
http://enmodal.co
GNU General Public License v3.0
43 stars 23 forks source link

localhost:5050 does not work correctly #30

Open HTOR3 opened 4 years ago

HTOR3 commented 4 years ago

image The localhost server shows only text and does not show the enmodal map.

HTOR3 commented 4 years ago

I'm having this problem again. I think it might be something to do with an error I got on "C:\Program Files\PostgreSQL\12\bin\createdb" -U postgres -d dggrid -c "CREATE EXTENSION postgis;" The error is: C:\Program Files\PostgreSQL\12\bin\createdb: illegal option -- d Try "createdb --help" for more information.

jpwright commented 3 years ago

This looks like an issue with your npm/grunt as the css/js is not loading in your browser. Check the npm/grunt steps and share any errors, and share Chrome debugger logs.

HTOR3 commented 3 years ago

Thanks for answering. I'm using the Windows instructions, which are the npm/grunt steps?