From 672c1b928c69a209ea933ebfc8685923742c950d Mon Sep 17 00:00:00 2001 From: Jinho Jang <41753422+jinhojang6@users.noreply.github.com> Date: Sat, 21 Sep 2024 05:27:39 +0900 Subject: [PATCH] Update README.md --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6363422..edd4b0f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # Logos Ordinals +This is currently at the MVP stage of the project. + +Staging: [https://logos-ordinals-dashboard.vercel.app/](https://logos-ordinals-dashboard.vercel.app/) + ## How to Run Locally 1. Clone this repository ```bash -$ git clone https://github.com/acid-info/logos-nextjs-starter.git +$ git clone https://github.com/acid-info/logos-ordinals-dashboard.git ``` 2. Install the dependencies: @@ -14,15 +18,7 @@ $ git clone https://github.com/acid-info/logos-nextjs-starter.git $ yarn install ``` -3. Set .env - -- Get Github Personal Access Token at [https://github.com/settings/tokens/new?scopes=repo](https://github.com/settings/tokens/new?scopes=repo) - -``` -NEXT_PUBLIC_SITE_URL= -``` - -4. Start the development server: +3. Start the development server: ```bash $ yarn dev