Skip to content

Commit

Permalink
Updates to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aliofye committed Jan 12, 2025
1 parent 336fa99 commit b4ab24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
31 changes: 2 additions & 29 deletions packages/web/src/pages/Docs/Docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,37 +20,10 @@ So we set out to resolve these issues by creating a monorepo with the following
Short answer, because we don't want to.
We wanted to build something flexible, don't like React? swap it out for Vue.

Don't like Express? swap it out for Fastify, Koa or the million other web frameworks.
Don't like Hono? swap it out for Fastify, Koa or the million other web frameworks.


# Overview
In this monorepo you will find the following packages: `api` and `web`

These packages contain your backend and frontend code respectively.

## Runtime
We use `Bun` as our runtime for both the backend and frontend.

Main benefits: blazingly fast and a drop-in replacement for Node.js.

## Database
We use `Drizzle` as our ORM. It is a TypeScript ORM for SQL databases.

Main benefits: type safety, sql like queries and a great developer experience.

## Backend
We use `Hono` as our web framework. It is a fast and lightweight web framework for Bun.

Main benefits: fast and lightweight, 0 dependencies, and RPC like developer experience using `hono/client`.

## Frontend
We use `React` as our frontend framework. It is a popular and widely used frontend framework.

We use `Vite` for our build tool. It is a fast and lightweight build tool for modern web applications.

Main benefits: large community, easy to use, production ready framework.

## Containerization
We use `Docker` for containerization.

Main benefits: easy to deploy, and no more "it works on my machine" issues.
These packages contain your backend and frontend code respectively.
2 changes: 0 additions & 2 deletions packages/web/src/pages/Docs/Docs.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
height: fit-content;
padding-right: 10vw;
padding-left: 10vw;

font-family: monospace;
text-align: left;
}

Expand Down

0 comments on commit b4ab24c

Please sign in to comment.