From 9503ca20122607bba8fe86f091129bec3ab9633f Mon Sep 17 00:00:00 2001 From: TZGyn Date: Mon, 28 Aug 2023 00:06:23 +0800 Subject: [PATCH] Update README to include site link and requirements --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1a5273a..fda909e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Bookmark Dashboard made with Next.js & NextUI +Showcase: [website](https://next-dashboard.tzgyn.com) hosted on linode using docker + +## Requirements + +- [Nodejs](https://nodejs.org/en) +- [Postgres](https://www.postgresql.org/) +- [Docker](https://www.docker.com/) to self host + # Next.js & NextUI Template This is a template for creating applications using Next.js 13 (app directory) and NextUI (v2).