From f436cb230227018b0856d76d99cf4949e7676829 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 1 Jul 2023 22:13:30 +0100 Subject: [PATCH] update readme --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index fdca264..b42cae3 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,3 @@ -# NextJS 13 + TailwindCSS + Docker +# Personal Website -## Getting Started - -1. Clone this repo -2. Run `yarn install` or `npm install` -3. Run `yarn dev` or `npm run dev` -4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. - -## Docker - -Ensure you have docker installed on your machine. If you don't have docker and are running Ubuntu, you can install it by following [this](https://docs.fascinated.cc/guides/ubuntu/pages/22_04/install-docker) guide. - -1. Copy the files to where you want to run the container or push the project to a repository and clone it. -2. Run `docker compose up -d --build` (rerun this command if you make changes to the project) -3. Open [http://server_ip:3000](http://server_ip:3000) with your browser to see the result. +Currently hosted at [https://fascinated.cc](https://fascinated.cc)