A simple no-code UI for creating your own composable NFTs using RMRK EVM NFTs standard.
TODO: add vercel link here when available
Install dependencies
pnpm install
Run nextjs dev server
pnpm dev
This project uses Panda.css for core styling and Panda's component library Ark.ui as well as Park-ui for a ready to use components. When running the dev server, styles will automatically re-generate using postcss when appropriate files are changed, however if you need to manually generate styles, run pnpm panda
.
Lucide is used for icons.
wagmi for react hooks etc and viem for framework agnostic utils.
This project uses Biome.js for code formatting (instead of prettier) and linting. To run both formatting and linting at any time, run pnpm format && pnpm lint:fix
. Please visit Biome.js website to see how to install and use biome IDE plugin.
Try to include a single feature per pull request whenever possible.