From b2bb7ce2fb2584de475083e9423d855ce983109f Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 26 Oct 2022 17:32:08 +0400 Subject: [PATCH] docs: update README --- README.md | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index c9bed0e..c65f4c4 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -

- -
-

Taxonomy

-

An open source application built using the new router, server components and everything new in Next.js 13.

-

+# Taxonomy -> This app is a work in progress. I'm building this in public. You can follow the progress on Twitter [@shadcn](https://twitter.com). +An open source application built using the new router, server components and everything new in Next.js 13. + +> **Warning** +> This app is a work in progress. I'm building this in public. You can follow the progress on Twitter [@shadcn](https://twitter.com). +> See the roadmap below. ## Demo -See https://www.youtube.com/watch?v=G5vCj8wWkuc +![screenshot-2](https://user-images.githubusercontent.com/124599/198038921-2b16b18b-cb4d-44b1-bd1d-6419d4a8d92c.png) + ## Features @@ -28,22 +28,23 @@ See https://www.youtube.com/watch?v=G5vCj8wWkuc ## Roadmap +> **Warning** > This app is a work in progress. I'm building this in public. You can follow the progress on Twitter [@shadcn](https://twitter.com). -- Responsive styles. -- Subscriptions using Stripe. -- Add Media Library. -- Add Pages. -- Build the front-end for blogs. -- Add support for custom domains for blogs. -- Build marketing pages (use a headless CMS?) -- Add MDX support for basic pages. -- Add OG image for blog using @vercel/og. -- Dark mode. +- [ ] Responsive styles. +- [ ] Subscriptions using Stripe. +- [ ] Add Media Library. +- [ ] Add Pages. +- [ ] Build the front-end for blogs. +- [ ] Add support for custom domains for blogs. +- [ ] Build marketing pages (use a headless CMS?) +- [ ] Add MDX support for basic pages. +- [ ] Add OG image for blog using @vercel/og. +- [ ] Dark mode. -## Issues +## Known Issues -A list of things not working for now: +A list of things not working right now: 1. GitHub authentication (use email) 2. NextAuth.js middleware (getSession not updated to work with Next.js 13)