Skip to content

Commit 02543c4

Browse files
update README.md
1 parent c32b232 commit 02543c4

File tree

1 file changed

+37
-16
lines changed

1 file changed

+37
-16
lines changed

README.md

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
1+
# DeepSite Locally 🚀
2+
3+
Run **DeepSite** on your own environment, without depending on Hugging Face!
4+
Perfect for those who want to customize, integrate, or simply have full control over the platform.
5+
16
---
2-
title: DeepSite
3-
emoji: 🐳
4-
colorFrom: blue
5-
colorTo: blue
6-
sdk: docker
7-
pinned: true
8-
app_port: 5173
9-
license: mit
10-
short_description: Generate any application with DeepSeek
11-
models:
12-
- deepseek-ai/DeepSeek-V3-0324
13-
---
147

15-
# DeepSite 🐳
16-
DeepSite is a coding platform powered by DeepSeek AI, designed to make coding smarter and more efficient. Tailored for developers, data scientists, and AI engineers, it integrates generative AI into your coding projects to enhance creativity and productivity.
8+
## How to run it locally 🔥
9+
10+
### 1. Clone the repository
11+
```bash
12+
git clone https://github.com/MartinsMessias/deepsite-locally.git
13+
```
14+
15+
### 2. Install dependencies
16+
(Make sure you have **Node.js** installed)
17+
```bash
18+
npm install
19+
```
20+
21+
### 3. Set up your environment
22+
23+
Create a `.env` file in the project root and add your **HF_TOKEN**:
24+
25+
```
26+
HF_TOKEN=your-token-here
27+
```
28+
> The token must have **inference** permissions (and **write** permissions if you want to deploy results to Hugging Face Spaces).
29+
30+
### 4. Build the project
31+
```bash
32+
npm run build
33+
```
34+
35+
### 5. Start the server
36+
```bash
37+
npm run start
38+
```
39+
1740

18-
## How to use it locally
19-
Follow [this discussion](https://huggingface.co/spaces/enzostvs/deepsite/discussions/74)

0 commit comments

Comments
 (0)