Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dylsteck/litesparks
- Owner: dylsteck
- License: mit
- Created: 2024-09-11T03:39:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T03:20:29.000Z (4 months ago)
- Last Synced: 2024-11-28T21:52:48.451Z (about 1 month ago)
- Topics: minting, nextjs, zora
- Language: TypeScript
- Homepage: https://litesparks.xyz
- Size: 622 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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