As @denar90 noticed, we have broken routing with development mode. I suppose this issue is related to problems with navigation using iframe. Gonna try to fix that.
Step to reproduce:
git clone https://github.com/brunch/brunch.github.io && cd brunch.github.io
git checkout source
npm install
npm start
Go to http://localhost:3333 and then click any internal link. You'll stay at the home page anyway.
If you really need to go the specific route, please add .html extension after each of route, e.g: http://localhost:3333/docs/getting-started → http://localhost:3333/docs/getting-started.html and here you go.
As @denar90 noticed, we have broken routing with development mode. I suppose this issue is related to problems with navigation using
iframe
. Gonna try to fix that.Step to reproduce:
git clone https://github.com/brunch/brunch.github.io && cd brunch.github.io
git checkout source
npm install
npm start
http://localhost:3333
and then click any internal link. You'll stay at the home page anyway.