Visit the live site: Arktifact Chronicles
A Web3-enabled NFT collection platform built with Next.js, showcasing the Arktifact Chronicles series.
Create a .env.local
file in the root directory:
NEXT_PUBLIC_OPENSEA_API_KEY=your_key_here
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# Run development server
npm run dev
# Run type checking
npm run type-check
# Run linting
npm run lint
# Run tests
npm test
# Build project
npm run build
The project is automatically deployed to Vercel when changes are pushed to the main branch.
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.