43 lines
1.4 KiB
Markdown
43 lines
1.4 KiB
Markdown
# **AIBOX Website**
|
|
|
|
This repository hosts the code for the **AIBOX website**, including both the main and development branches.
|
|
|
|
## 🌍 **Branches**
|
|
- **`main`** → Production website: [aibox.threefold.io](https://aibox.threefold.io)
|
|
- **`dev`** → Development version: [www2.aibox.threefold.io](https://www2.aibox.threefold.io)
|
|
|
|
## 🚀 **Overview**
|
|
AIBOX is a personal AI machine with GPU that can also generate revenue by renting capacity to others. This repository contains the source code for the AIBOX website, built using **CSS, HTML, Tailwind, Markdown, and Zola**.
|
|
|
|
## 🛠 **Installation & Running Locally**
|
|
### **Prerequisites**
|
|
- **Zola** (static site generator)
|
|
- **Tailwind CSS**
|
|
- **Git** (for version control)
|
|
|
|
### **Clone the Repository**
|
|
```sh
|
|
git clone https://git.ourworld.tf/ourworld_web/www_aibox.git
|
|
cd www_aibox
|
|
```
|
|
|
|
### **Install Dependencies**
|
|
Run the following command to install all required dependencies:
|
|
```sh
|
|
./build.sh
|
|
```
|
|
|
|
### **Preview the Website Locally**
|
|
Start a local development server with:
|
|
```sh
|
|
./develop.sh
|
|
```
|
|
This will generate and serve the website for preview.
|
|
|
|
## 📌 **Issues & Contributions**
|
|
Report bugs or suggest improvements in the issue tracker:
|
|
🔗 [Issue Tracker](https://git.ourworld.tf/tfgrid/circle_web_presence/issues)
|
|
|
|
## 📜 **License**
|
|
This project is open-source and licensed under [insert applicable license].
|