A modern, static website showcasing Aiken packages for Cardano smart contracts. Built with Next.js, this registry provides a beautiful and performant way to discover and explore Aiken packages.
- Clone the repository:
git clone https://github.com/aiken-lang/aiken-package-registry-page.git
cd aiken-package-page
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Build for production:
npm run build
- Start the production server:
npm start
app/
├── components/ # React components
├── lib/ # Utility functions and API clients
├── packages/ # Package detail pages
└── page.js # Home page
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.