Welcome to the official DevRhylme Foundation Website repository! This project powers our mission of making cutting-edge AI, Web3, and computer vision technologies accessible to everyone.
This is the source code for the DevRhylme Foundation's website. Built using Next.js, TypeScript, and Tailwind CSS, it offers:
- A fast and modern front-end.
- Scalable architecture for future features.
- Seamless integration for a smooth user experience.
Our goal is to provide a platform for innovation, collaboration, and open-source contributions.
- Framework: Next.js (React-based)
- Styling: Tailwind CSS
- Backend: Prisma (for database management)
- Language: TypeScript
Follow these steps to set up the project on your local machine.
Ensure you have the following installed:
- Node.js (v16+)
- npm or yarn
-
Clone the Repository:
git clone https://github.com/DevRhylmeFoundation/new-website.git cd new-website
-
Install Dependencies:
npm install
or
yarn install
-
Set Up Environment Variables: Create a
.env.local
file by copying.env.example
and updating the values as needed:cp .env.example .env.local
-
Run the Development Server:
npm run dev
Your application will be available at localhost:3000.
We welcome contributions! Here's how you can help:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Commit your changes:
git commit -m 'Add some feature'
. - Push the branch:
git push origin feature/your-feature-name
. - Open a pull request.
For more details, see our CONTRIBUTING.md.
## ⭐ Support Us
If you find this project useful, consider giving it a star 🌟! Your support helps us grow and reach more developers.
This project is licensed under the MIT License.
For questions or support, contact us at [[email protected]]