Welcome to the DIN project! This repository hosts the official website for DIN Foundation, an innovative peer-to-peer decentralized infrastructure for AI and data marketplaces. This website provides detailed information on how the protocol works, its features, and the roadmap for its development.
We welcome contributions to the DIN Foundation website repository! Whether it's improving documentation, fixing bugs, or helping with website design, we value your input.
- Fork the repository
- Create a new branch
- Make your changes
- Commit your changes with a clear message
- Open a pull request
Please follow our Code of Conduct when contributing to this repository.
If you want to run this website locally, you can follow these steps:
- Node.js (Recommended version: 14+)
- npm (or yarn)
-
Clone the repository:
git clone https://github.com/decentralizedintelligencenetwork/website.git
-
Navigate to the project directory:
cd website
-
Install dependencies:
npm install
-
Run the website locally:
npm start
This will start a local development server, and you can access the website at http://localhost:3000.
This project is licensed under the MIT License - see the LICENSE file for details.
For further inquiries, feel free to reach out to us via our Contact Page.
- The sections are designed to be informative and help potential contributors and users navigate the website's repository and project details.
- The
Installation
section assumes that Node.js and npm/yarn are being used for local development. - A Code of Conduct and LICENSE file are mentioned; you may need to create those files if they don't already exist in the repository.