Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoApp committed Jan 2, 2025
1 parent 3735968 commit d57ac8e
Show file tree
Hide file tree
Showing 45 changed files with 8 additions and 7,044 deletions.
9 changes: 0 additions & 9 deletions .devcontainer/devcontainer.json

This file was deleted.

8 changes: 7 additions & 1 deletion .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ echo "export CODESPACE_WDS_SOCKET_PORT=443" >> ~/.bashrc
echo "printf \"\n\n☁️☁️☁️️ Anythink: Develop in the Cloud ☁️☁️☁️\n\"" >> ~/.bashrc
echo "printf \"\n\x1b[31m \x1b[1m👉 Type: \\\`docker compose up\\\` to run the project. 👈\n\n\"" >> ~/.bashrc

nohup bash -c "cd /wilco-agent && node agent.js &" >> /tmp/agent.log 2>&1
nohup bash -c "cd /wilco-agent && node agent.js &" >> /tmp/agent.log 2>&1

# Check if docker is installed
if command -v docker &> /dev/null
then
docker compose pull
fi
34 changes: 0 additions & 34 deletions .github/workflows/wilco-actions.yml

This file was deleted.

37 changes: 0 additions & 37 deletions backend/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion backend/Dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions backend/Dockerfile.aws

This file was deleted.

22 changes: 0 additions & 22 deletions backend/README.md

This file was deleted.

89 changes: 0 additions & 89 deletions backend/app.js

This file was deleted.

3 changes: 0 additions & 3 deletions backend/config/index.js

This file was deleted.

18 changes: 0 additions & 18 deletions backend/config/passport.js

This file was deleted.

25 changes: 0 additions & 25 deletions backend/lib/event.js

This file was deleted.

22 changes: 0 additions & 22 deletions backend/models/Comment.js

This file was deleted.

62 changes: 0 additions & 62 deletions backend/models/Item.js

This file was deleted.

Loading

0 comments on commit d57ac8e

Please sign in to comment.