OpenTechSchool / website-relaunch

🚀 🖥 Rebuilding the opentechschool.org website
http://website-relaunch.opentechschool.org/
8 stars 5 forks source link

Page dosen't load in browser #39

Open 0scarB opened 6 years ago

0scarB commented 6 years ago

Trying to set up the development on fedora 26 doesn't work. When I try to load the page in chrome it just displays a #blank page. When I open dev-tools it's also emty e.g. no requests etc. This may be an issue with hugo, chrome or my and possibly other linux distros

steps to recreate

  1. run fedora 26 as VM
  2. clone repo and git checkout setup/hugo branch
  3. run npm install
  4. run npm install hugo-bin --save-dev
  5. edit package.json
    • replace script "build": "run-s build:*" with "build": "run-s build:* && hugo"
    • add "serve": "hugo server --watch" to scripts
  6. run npm run build
  7. run npm run serve
  8. open new command prompt and run npm run watch
  9. visit http://localhost:1313/ in chrome browser
gsambrotta commented 6 years ago

Thank you @0scarB for your feedback. I will try to reproduce in a fedora environment and generally test on different enviromnment

Anyone else able to test it, is more then welcome