diff --git a/21XO-MVP.code-workspace b/21XO-MVP.code-workspace deleted file mode 100644 index ef9f5d27..00000000 --- a/21XO-MVP.code-workspace +++ /dev/null @@ -1,7 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ] -} \ No newline at end of file diff --git a/devcontainer.json b/devcontainer.json deleted file mode 100644 index 6c8b7df4..00000000 --- a/devcontainer.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "21XO-MVP", - "build": { - "dockerfile": "Dockerfile", - "context": "..", - "args": { "VARIANT": "11", "INSTALL_NODE": "true" } - }, - // Remove the "customizations/vscode/settings" property - "terminal.integrated.shell.linux": "/bin/bash" - } - "postCreateCommand" : "npm install", - "remoteUser": "vscode", - "customizations/vscode/extensions": ["dbaeumer.vscode-eslint"], - "forwardPorts": [3000], - "postCreateCommand": "npm install", - "remoteUser": "vscode" -} diff --git a/docs/TEAM.md b/docs/TEAM.md deleted file mode 100644 index f890f018..00000000 --- a/docs/TEAM.md +++ /dev/null @@ -1,2 +0,0 @@ -## Development Workflow -For details on our development practices, including how we use Git flow, please refer to our [Best Practices](docs/BestPractices.md) document. diff --git a/docs/Toolkit.md b/docs/Toolkit.md deleted file mode 100644 index 34466ec8..00000000 --- a/docs/Toolkit.md +++ /dev/null @@ -1,28 +0,0 @@ -Integrating the Vercel Slack app into your workflow is a great move for enhancing collaboration and staying updated on your deployments directly within Slack. This integration allows your team to receive notifications about deployments, preview URLs, and more, directly in a Slack channel of your choice. - -### Making the Most Out of the Vercel Slack Integration - -1. **Set Up Notifications:** - - Configure the Vercel Slack app to post notifications to specific channels based on the type of event (e.g., deployment success, deployment failure). This ensures that the right people are alerted at the right time. - -2. **Customize Notifications:** - - Tailor the notifications to include the information most relevant to your team, such as deployment previews, commit messages, or the name of the individual who triggered the deployment. - -3. **Use for Collaborative Reviews:** - - Leverage deployment preview links posted in Slack for collaborative review sessions. Team members can click on these links to view changes in real-time and provide immediate feedback. - -4. **Automate Workflow:** - - Explore using Slack commands to trigger deployments or other common tasks directly from Slack, streamlining your workflow. - -5. **Monitor Deployment Status:** - - Keep an eye on the deployment status updates in Slack to quickly address any issues or failures that may arise, minimizing downtime. - -### Tips for Effective Collaboration - -- **Dedicated Channels:** Consider setting up dedicated channels for different environments (e.g., staging, production) or projects to keep notifications organized and relevant to the right audience. - -- **Engage the Team:** Encourage team members to actively engage with the notifications. Ask questions, provide feedback, and discuss deployments directly in the Slack thread to foster a collaborative environment. - -- **Review Best Practices:** Regularly review and adjust your notification settings and workflows based on team feedback and evolving project needs to ensure the integration remains effective and efficient. - -By adding the Vercel Slack app to your team's toolkit, you're enabling a more connected and responsive development environment. This integration not only enhances communication around deployments but also fosters a culture of transparency and collaboration within your team. \ No newline at end of file