Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 571 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 571 Bytes

CRE8ORS UI

CRE8ORS

Screenshot 2023-06-05 at 8 32 08 PM

Getting Started

First, install packages with npm

npm i

yarn

yarn

Next, copy the .env.local file to .env and fill in:

  • NEXT_PUBLIC_CRE8ORS_ADDRESS=
  • NEXT_PUBLIC_CHAIN_ID=

Finally, run the development server:

npm run dev

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