arktifact

Arktifact Chronicles

Deploy Arktifact Chronicles

Visit the live site: Arktifact Chronicles

A Web3-enabled NFT collection platform built with Next.js, showcasing the Arktifact Chronicles series.

Features

Tech Stack

Development

Prerequisites

Environment Setup

Create a .env.local file in the root directory:

NEXT_PUBLIC_OPENSEA_API_KEY=your_key_here
NEXT_PUBLIC_SITE_URL=http://localhost:3000

Commands

# 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

Deployment

The project is automatically deployed to Vercel when changes are pushed to the main branch.

Features

Tech Stack

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.