T3dotgg #2
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Snupai/snupai-site!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "t3dotgg"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request includes several significant changes, primarily focusing on updating configuration files, removing obsolete workflows, and adding a new README file for the project. Below is a summary of the most important changes:
Configuration Updates:
.env.examplefile to serve as a template for environment variables, ensuring it remains up-to-date and free of secrets..eslintrc.cjsto include TypeScript support and specific linting rules for consistency and code quality.Workflow Removals:
deploy-to-ionos.yamlworkflow, which was responsible for deploying to IONOS.snupai-site-build.yamlworkflow, which was used for building the Snupai site.snupai-site-orchestration.yamlworkflow, which orchestrated the build and deployment of the Snupai site.Documentation:
README.mdfile with information about the T3 Stack project, including links to documentation and deployment guides.Cleanup:
.well-known/brave-rewards-verification.txt.These changes collectively aim to streamline the project's configuration, remove outdated workflows, and provide clearer documentation for future development and deployment.