Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dylsteck/litesparks

an open source minting app. built on the zora protocol
https://github.com/dylsteck/litesparks

minting nextjs zora

Last synced: 20 days ago
JSON representation

an open source minting app. built on the zora protocol

Awesome Lists containing this project

README

        

# litesparks

an open source minting app
built on the [zora protocol](https://zora.co/)

## getting started

first, install dependencies:

```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```

after dependencies are installed, run the development server:

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

open [http://localhost:3000](http://localhost:3000) with your browser to see the result