8000 GitHub - huaigu/flur: FLUR.GG
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

huaigu/flur

 
 

Repository files navigation

Flur

This project is a frontend for the CAT20 token. It is built with Next.js and uses the CATProtocol/cat-token-box API to fetch data.

Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

V Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Environment Variables

To run this project locally, you need to set up the following environment variables in a .env.local file:

NEXT_PUBLIC_API_URL=http://localhost:3000

Tracker API

The tracker API is hosted on the CATProtocol/cat-token-box repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Releases

No releases published
35BD

Packages

No packages published

Languages

  • JavaScript 89.1%
  • TypeScript 10.3%
  • Other 0.6%
0