ethereum / rig

Robust Incentives Group
122 stars 25 forks source link

[WIP] Rebuild website using Next.js #18

Open samajammin opened 1 year ago

samajammin commented 1 year ago

WIP, do not merge!

Scaffolding for a new RIG website, largely based off https://github.com/ethereum/cryptography-research-website

Disclaimer: this is just an exploration... this may not be the approach we want to take.

Preview deploy

https://ef-rig.netlify.app/

Instructions for development

From the project root...

  1. Install dependencies
    yarn
  2. Run the development server
    yarn dev
  3. Open http://localhost:3000 with your browser to see the result.

TODOs

samajammin commented 1 year ago

@nhsz not urgent (I know you're busy with the new Geth site) but when time allows, I'd be curious to hear your take on approach here. See the TODOs in the PR description. I'm wondering if there'd be a better approach vs. copying the crypto site for enabling an easier approach to create markdown files that power new page content.