You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
#CodeBlock Dev Kit SaaS Template
1
+
#CodeBlock DevKit SaaS Template
2
2
3
-
A comprehensive SaaS application template built with the [CodeBlock Dev Kit](https://codeblock.dev). This template provides a complete foundation for building modern, scalable SaaS applications with enterprise-grade architecture.
3
+
A comprehensive SaaS application template built with the [CodeBlock DevKit](https://codeblock.dev). This template provides a complete foundation for building modern, scalable SaaS applications with enterprise-grade architecture.
**Note**: All Dev Kit modules are delivered via [NuGet packages](https://www.nuget.org/profiles/CodeBlock.Dev), so you only need to maintain your own business logic.
31
+
**Note**: All DevKit modules are delivered via [NuGet packages](https://www.nuget.org/profiles/CodeBlock.Dev), so you only need to maintain your own business logic.
32
32
33
33
# 📋 Purchase a License
34
34
35
-
To use this template, you need to purchase a license from the CodeBlock Dev Kit website. Here's how to get started:
35
+
To use this template, you need to purchase a license from theCodeBlock DevKit website. Here's how to get started:
36
36
37
37
1. Visit [codeblock.dev](https://codeblock.dev/#pricing) and purchase a plan.
38
38
2. Go to your [dashboard](https://codeblock.dev/dashboard) and download your license file (`codeblock.dev.license.lic`).
@@ -91,7 +91,7 @@ The template includes a complete example implementation called 'DemocThings' to
91
91
- Look at the `src/3-Tests/Application.Tests.Unit/UseCases/DemoThings/` to see how unit tests are written.
92
92
- Look at the `src/3-Tests/Application.Tests.Integration/UseCases/DemoThings/` to see how integration tests are structured.
93
93
94
-
For detailed guidance on implementing features and customizing the template, refer to the [CodeBlock Dev Kit Documentation](https://docs.codeblock.dev/).
94
+
For detailed guidance on implementing features and customizing the template, refer to the [CodeBlock DevKit Documentation](https://docs.codeblock.dev/).
95
95
96
96
**💡 AI Coding Tip**: When using AI coding agents (like GitHub Copilot, Cursor), you can reference the `DemoThings` sample implementation to help the AI understand your project's architecture and coding patterns. This sample serves as a great example for the AI model to follow when implementing similar features in your SaaS application.
97
97
@@ -108,7 +108,7 @@ For convenience, we've provided scripts to run build tasks locally:
108
108
|`src/4-Build/scripts/compile/`| Builds the entire solution |
For detailed build system documentation, see the [Build README](src/4-Build/README.md).
114
114
@@ -119,7 +119,7 @@ For detailed build system documentation, see the [Build README](src/4-Build/READ
119
119
120
120
You can modify these workflows based on your deployment environment. The template is not limited to any specific platform - you can deploy to cloud services, Linux servers, Windows servers, or any other environment of your choice.
121
121
122
-
For detailed CI/CD guidance, refer to the [CodeBlock Dev Kit Documentation](https://docs.codeblock.dev/).
122
+
For detailed CI/CD guidance, refer to the [CodeBlock DevKit Documentation](https://docs.codeblock.dev/).
0 commit comments