Skip to content

Commit

Permalink
docs(app): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Sep 17, 2022
1 parent 5db8f12 commit 4a8a34f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,21 @@ Sharingan is an open-source code-sharing platform that makes it easy to create c
* [MySQL 8 through PlanetScale](https://planetscale.com/)
* [Prisma](https://www.prisma.io/)
* [Tailwind CSS](https://tailwindcss.com/)
* [AWS](https://aws.amazon.com)

## Project Structure
```text
sharingan
├─ apps
│ ├─ core
│ ├─ functions
│ │ ├─ code-embed
│ ├─ web
├─ packages
│ ├─ database
│ ├─ embed
│ ├─ domain
│ ├─ front
│ ├─ logger
│ ├─ utils
package.json
Expand Down
3 changes: 3 additions & 0 deletions apps/functions/code-embed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Here are the packages used in this project:
* [@sharingan/embed](../../../packages/embed)

## Set up
> **Note**: This repo requires a connection to the database, follow the instructions in the **database** packages before going to the next step.

Delete the existing folders output from build commands
```shell
yarn clean
Expand Down
3 changes: 1 addition & 2 deletions packages/embed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Make sure you have this tools installed before running the project
* Node.js 16+
* NPM or Yarn

> **Note**: This repo requires a connection to the database, follow the instructions in the database packages before going to the next step.
> **Note**: This repo requires a connection to the database, follow the instructions in the **database** packages before going to the next step.
## Set up the project
Delete the existing folders output from build commands
Expand Down

0 comments on commit 4a8a34f

Please sign in to comment.