Update README.md

This commit is contained in:
Jinho Jang 2024-09-21 05:27:39 +09:00 committed by GitHub
parent d354139db8
commit 672c1b928c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 10 deletions

View File

@ -1,11 +1,15 @@
# Logos Ordinals # 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 ## How to Run Locally
1. Clone this repository 1. Clone this repository
```bash ```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: 2. Install the dependencies:
@ -14,15 +18,7 @@ $ git clone https://github.com/acid-info/logos-nextjs-starter.git
$ yarn install $ yarn install
``` ```
3. Set .env 3. Start the development server:
- 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:
```bash ```bash
$ yarn dev $ yarn dev