From e2b4b5cc85a311985822a1971bb7323db9a6a91b Mon Sep 17 00:00:00 2001 From: Refubz Date: Sat, 14 Jun 2025 10:07:07 +0300 Subject: [PATCH] first commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a520de --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +## Next.js App Router Course - Starter + +This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application. + +For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.