diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..b26fb75579cf22d3f838a421ac7b19d9a97b4486 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +public/bowl1.jpg filter=lfs diff=lfs merge=lfs -text +public/bowl2.jpg filter=lfs diff=lfs merge=lfs -text +public/bowl3.jpg filter=lfs diff=lfs merge=lfs -text +public/local1.jpg filter=lfs diff=lfs merge=lfs -text +public/local2.jpg filter=lfs diff=lfs merge=lfs -text +public/local3.jpg filter=lfs diff=lfs merge=lfs -text +public/portada1.JPG filter=lfs diff=lfs merge=lfs -text +public/riva_way_negro.png filter=lfs diff=lfs merge=lfs -text +public/style1.jpg filter=lfs diff=lfs merge=lfs -text +public/style2.JPG filter=lfs diff=lfs merge=lfs -text +public/style3.JPG filter=lfs diff=lfs merge=lfs -text diff --git a/Dockerfile b/Dockerfile index 5fb11f0cfcc6790c10a8c36d24753b6bbfba6b23..cbe0188aaee92186937765d2c85d76f7b212c537 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,16 +1,19 @@ -FROM registry.hf.space/enzostvs-deepsite:cpu-bbc7882 -# FROM node:22 +FROM node:20-alpine +USER root -# USER 1000 -# WORKDIR /usr/src/app +USER 1000 +WORKDIR /usr/src/app +# Copy package.json and package-lock.json to the container +COPY --chown=1000 package.json package-lock.json ./ -# # Copy the rest of the application files to the container -# COPY --chown=1000 . . +# Copy the rest of the application files to the container +COPY --chown=1000 . . -# RUN npm install && npm run build +RUN npm install +RUN npm run build -# # Expose the application port (assuming your app runs on port 3000) -# EXPOSE 3000 +# Expose the application port (assuming your app runs on port 3000) +EXPOSE 3000 -# # Start the application -# CMD ["npm", "start"] \ No newline at end of file +# Start the application +CMD ["npm", "start"] \ No newline at end of file diff --git a/README.md b/README.md index 7ccf31d982730ec847528e80004330ab71f11539..5ab2231fc7dc96070548f1d03ab1d0f73a799600 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ --- -title: DeepSite v3 +title: DeepSite v2 emoji: π³ colorFrom: blue colorTo: blue @@ -7,23 +7,16 @@ sdk: docker pinned: true app_port: 3000 license: mit -short_description: Generate any application by Vibe Coding +short_description: Generate any application with DeepSeek models: - deepseek-ai/DeepSeek-V3-0324 - deepseek-ai/DeepSeek-R1-0528 - - deepseek-ai/DeepSeek-V3.1 - - deepseek-ai/DeepSeek-V3.1-Terminus - - deepseek-ai/DeepSeek-V3.2-Exp - - Qwen/Qwen3-Coder-480B-A35B-Instruct - - moonshotai/Kimi-K2-Instruct - - moonshotai/Kimi-K2-Instruct-0905 - - zai-org/GLM-4.6 --- # DeepSite π³ -DeepSite is a Vibe Coding Platform 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. +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. ## How to use it locally -Follow [this discussion](https://huggingface.co/spaces/enzostvs/deepsite/discussions/74) \ No newline at end of file +Follow [this discussion](https://huggingface.co/spaces/enzostvs/deepsite/discussions/74) diff --git a/app/(public)/layout.tsx b/app/(public)/layout.tsx index 4c640fb83ccfced8842764d029c87a2d85718d65..4a4ec57d2609c783602beb6c06c8dca6a1e6192d 100644 --- a/app/(public)/layout.tsx +++ b/app/(public)/layout.tsx @@ -6,7 +6,7 @@ export default async function PublicLayout({ children: React.ReactNode; }>) { return ( -
+ Vibe Coding has never been so easy. +
+