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
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
# Zero One Group Monorepo
2
2
3
-
A unified foundation for building modern backend and frontend applications with TypeScript and Go. Powered by [moonrepo](https://moonrepo.dev/docs/install), this monorepo offers curated templates, shared UI libraries, and essential developer tools to accelerate development and foster best practices across teams.
3
+
A unified foundation for building modern backend and frontend applications with TypeScript and Go.
4
+
Powered by [moonrepo](https://moonrepo.dev/docs/install), this monorepo offers curated templates,
5
+
shared UI libraries, and essential developer tools to accelerate development and foster best practices
6
+
across teams.
4
7
5
8
**Motivation:**
6
-
We built this monorepo to accelerate development, promote best practices, and simplify collaboration across teams by providing ready-to-use templates, consistent tooling, and a scalable structure for all Zero One Group projects.
9
+
We built this monorepo to accelerate development, promote best practices, and simplify collaboration
10
+
across teams by providing ready-to-use templates, consistent tooling, and a scalable structure for all
11
+
Zero One Group projects.
7
12
8
13
## Quick Start
9
14
@@ -21,12 +26,15 @@ We built this monorepo to accelerate development, promote best practices, and si
21
26
## Templates
22
27
23
28
This monorepo includes a wide range of templates to help you start new projects quickly and consistently.
24
-
Templates are available for backend (Go, FastAPI), frontend (Astro, Next.js, React), and infrastructure (Strapi, shared UI libraries).
29
+
Templates are available for backend (Go, FastAPI), frontend (Astro, Next.js, React), and infrastructure
30
+
(Strapi, shared UI libraries).
25
31
26
-
Each template is designed to follow best practices and comes with pre-configured tooling, recommended folder structures, and example code to get you up and running fast.
27
-
You can generate new apps from these templates using provided commands, and customize them to fit your needs.
32
+
Each template is designed to follow best practices and comes with pre-configured tooling, recommended
33
+
folder structures, and example code to get you up and running fast. You can generate new apps from these
34
+
templates using provided commands, and customize them to fit your needs.
28
35
29
-
For the full list of available templates, and usage instructions, please refer to the [documentation](https://oss.zero-one-group.com/monorepo/available-templates/).
36
+
For the full list of available templates, and usage instructions, please refer to the
0 commit comments