Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Rebuild website using Next.js #18

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

[WIP] Rebuild website using Next.js #18

wants to merge 4 commits into from

Conversation

samajammin
Copy link
Member

@samajammin samajammin commented Nov 21, 2022

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
  1. Run the development server
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

TODOs

  • explore approach where we could use markdown for all pages (currently all subpages except for /blog & /bounties subpages)
  • explore using MDX to avoid the need for custom components for each page (e.g. the /bounties subpages each have React components in addition to the markdown files - this seems highly suboptimal)

@samajammin
Copy link
Member Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant