Skip to content

chhk-dev/egghead-next

 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.mdx. The page auto-updates as you edit the file.

MDX Layouts

The next-mdx-enhanced package allows us to assign layouts to specific pages as well as a default layout. These are stored in /src/layouts and are configurable via frontmatter in .mdx files.

---
layout: 'ultimate-guide'
title: 'an Ultimate Guide'
---

This will use /src/layouts/ultimate-guide.tsx as a layout.

About

The next iteration of the frontend for egghead.io.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.3%
  • JavaScript 28.4%
  • CSS 0.3%