dr-data commited on
Commit
de4c239
·
1 Parent(s): 8e395e9

Update README with better documentation

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -17,6 +17,17 @@ models:
17
 
18
  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.
19
 
 
 
 
 
 
 
 
20
  ## How to use it locally
21
 
22
- Follow [this discussion](https://huggingface.co/spaces/enzostvs/deepsite/discussions/74)
 
 
 
 
 
17
 
18
  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.
19
 
20
+ ## Features
21
+
22
+ - **AI-Powered Code Generation**: Leverage DeepSeek AI models for intelligent code suggestions
23
+ - **Interactive Editor**: Modern Monaco-based code editor with syntax highlighting
24
+ - **Live Preview**: Real-time preview of your generated applications
25
+ - **Multiple AI Models**: Support for various DeepSeek models including V3 and R1
26
+
27
  ## How to use it locally
28
 
29
+ 1. Clone this repository
30
+ 2. Install dependencies: `npm install`
31
+ 3. Set up your environment variables
32
+ 4. Run the development server: `npm run dev`
33
+ 5. Open [http://localhost:3000](http://localhost:3000) in your browser