Skip to content

Commit 576b2d8

Browse files
committed
add presets about
1 parent f4beb9c commit 576b2d8

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

docs/01-Getting-Started/1-Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Getting started with **kool** is straightforward:
3131

3232
2. **Start new Local Environment:** Explore the [Starting new Project](/docs/01-Getting-Started/4-Starting-new-project.md) for a spinning up local environments to kickstart your development journey with **kool**.
3333

34-
3. **Explore Presets:** Check out available [Presets](/docs/03-Presets/1-Creating-a-Preset.md) tailored for popular stacks and frameworks, providing a head start for your real-world applications.
34+
3. **Explore Presets:** Check out available [Presets](/docs/03-Presets/0-About-Presets.md) tailored for popular stacks and frameworks, providing a head start for your real-world applications.
3535

3636
4. **Deployment to the Cloud:** Check out [Kool.dev Cloud](https://kool.dev/cloud) to elevate your Developer Experience to new highs - start deploying containerized apps the way you always dreamed should be possible.
3737

docs/03-Presets/0-About-Presets.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Kool Presets: Streamlining Your Development Experience
2+
3+
Kool Presets are curated configurations tailored to popular stacks and frameworks, designed to jumpstart your projects with efficiency and ease. Whether you're working with Node.js, PHP, JavaScript, or other technologies, Kool Presets provide battle-tested configurations, saving you from the hassle of reinventing the wheel for each new project.
4+
5+
These presets encapsulate best practices, allowing you to focus on your code rather than spending time on intricate setup processes. From popular backend frameworks like Laravel and NestJS to frontend powerhouses like Next.js and NuxtJS, Kool Presets cover a spectrum of technologies, offering you a head start in building robust and scalable applications.
6+
7+
By leveraging Kool Presets, you not only reduce the learning curve associated with configuring different environments but also ensure consistency across your projects. With Kool, enjoy a unified and efficient development experience, whether you're a solo developer seeking a quick setup or a team collaborating on complex projects. Explore the available presets and elevate your development workflow with Kool Presets today.
8+
9+
# Popular Presets
10+
11+
## Node
12+
13+
- [NestJS](docs/03-Presets/NestJS.md)
14+
- [AdonisJs](docs/03-Presets/AdonisJs.md)
15+
- [Express.js](/docs/03-Presets/ExpressJS.md)
16+
17+
## PHP
18+
19+
- [Laravel](/docs/03-Presets/Laravel.md)
20+
- [Laravel Octane](/docs/03-Presets/Laravel+Octane.md)
21+
- [Symfony](/docs/03-Presets/Symfony.md)
22+
- [CodeIgniter](/docs/03-Presets/CodeIgniter.md)
23+
24+
## Javascript
25+
26+
- [Next.js](/docs/03-Presets/NextJS.md)
27+
- [NuxtJS](/docs/03-Presets/NuxtJS.md)
28+
29+
## Others
30+
31+
- [Hugo](/docs/03-Presets/Hugo.md)
32+
- [WordPress](/docs/03-Presets/WordPress.md)

0 commit comments

Comments
 (0)