serlo / athene2-blue-gum

Complete rework of the current athene2 design with a focus on responsive, mobile first.
https://athene2-blue-gum.netlify.com
Apache License 2.0
4 stars 0 forks source link

running athene2 with next.js #40

Closed Entkenntnis closed 5 years ago

Entkenntnis commented 5 years ago

Usage: Check out this branch, run yarn and then run yarn next to start development server. For production build run yarn next:build and yarn next:start Example pages opens at localhost:3000

elbotho commented 5 years ago

Just to understand the architecture a little better: @Entkenntnis what do you think how much effort would it be to move to another SSR solution after some time or implement our own version without nextjs?

Entkenntnis commented 5 years ago

From my current understand it would take probably minimal 2 weeks up to 1 month to implement our own version of ssr (without nextjs) - doable, but not trivial

elbotho commented 5 years ago

@Entkenntnis oh, oh, did I break it?

Entkenntnis commented 5 years ago

Hm, the code looks fine, but netlify was too slow and reached the timeout ... maybe just try again?

elbotho commented 5 years ago

Strange: deployment of 3b1f57ba9b543ca1d7319a5729d61c36873e6734 took 13mins, 10 mins longer than the other builds. Will try to trigger another build.

elbotho commented 5 years ago

worked…