Skip to content

learn2grid/egghead-next

This branch is 1086 commits behind skillrecordings/egghead-next:main.

Folders and files

NameName
Last commit message
Last commit date
May 14, 2021
Aug 4, 2021
May 21, 2021
Dec 19, 2020
Mar 4, 2022
Jul 27, 2020
Nov 12, 2020
Sep 11, 2020
Jul 6, 2022
Aug 19, 2022
Aug 17, 2022
Nov 2, 2021
Apr 27, 2022
Apr 27, 2022
Feb 5, 2021
Jan 30, 2021
Feb 23, 2022
Nov 23, 2021
Nov 11, 2020
Sep 16, 2020
Nov 10, 2020
Jul 29, 2020
Nov 2, 2021
Mar 9, 2022
Jan 27, 2022
Aug 3, 2022
Aug 17, 2022
Jan 12, 2022
Jul 27, 2020
Nov 9, 2021
Jan 27, 2022
Jan 12, 2022
Nov 1, 2021
Aug 12, 2022

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 frontend for egghead.io.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.8%
  • JavaScript 36.8%
  • Other 0.4%