Skip to content

Commit

Permalink
Add the Tuxie logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Apr 11, 2024
1 parent 0d31f0d commit 5271cb3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ title: What is Tuist?
description: Learn about Tuist, a tool that simplifies the complexities of modularization, optimizes workflows, and democratizes the evolution of Xcode projects.
---

# Tuist
<style module>
.header {
width: 100%;
text-align: center;
}
.header_logo {
width: 200px;
margin: 0 auto;
}
</style>

<div :class="$style.header">
<img src="./tuxie.png" :class="$style.header_logo"/>
<h1>Tuist</h1>
</div>

As Xcode projects expand, **organizations may face a decline in productivity** due to several factors, including unreliable incremental builds, frequent clearing of Xcode's global cache by developers encountering issues, and fragile project configurations. To maintain rapid feature development, organizations typically explore various strategies.

Expand Down
Binary file added docs/docs/tuxie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5271cb3

Please sign in to comment.