AICryptopia is an open-source organization focused on building AI-powered tools and applications on Web3. This repository hosts our organization's website and documentation.
- 📚 Documentation
- 🛡️ Security Policy
- 📝 Project Management
- 🌿 Branching Strategy
- ⚖️ License
- 🚀 Getting Started
- 🤝 Contributing Guide
- 🏗️ Architecture Overview
.
├── .github/ # GitHub specific files and workflows
├── components/ # Reusable UI components
├── css/ # Stylesheets
├── docs/ # Project documentation
├── images/ # Static images and assets
├── js/ # JavaScript files
├── pages/ # Additional HTML pages
├── tests/ # Test files
├── .htaccess # Apache server configuration
├── .prettierrc # Code formatting configuration
├── 404.html # Custom 404 error page
├── CNAME # Custom domain configuration
├── index.html # Main website
├── package.json # Project dependencies and scripts
└── site.webmanifest # Web app manifest
This website is built with vanilla HTML, CSS, and JavaScript, focusing on simplicity and functionality. It uses GitHub Pages for hosting and automated deployment.
- Code Formatting: Prettier for consistent code style
- Testing: Jest for unit testing
- CI/CD: GitHub Actions for automated workflows
- Dependency Management: npm for package management
npm run format # Format code using Prettier
npm test # Run tests using JestWe welcome contributions! Please check our Contributing Guide for detailed information on:
- Setting up your development environment
- Our coding standards
- The contribution process
- How to submit pull requests
This project is licensed under the MIT License - see the LICENSE file for details.
