Skip to content

Commit

Permalink
Update ARCHITECTURE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mazurroman authored May 22, 2024
1 parent efd1c59 commit a304a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Architecture

evm.codes is a [NextJS](https://nextjs.org/) and [TailwindCSS](https://tailwindcss.com/) backed React application. Currently, it does not have any backend, so everything runs in the browser. It's written in TypeScript and uses the latest ES6 language features.
evm.codes is a [NextJS](https://nextjs.org/) and [TailwindCSS](https://tailwindcss.com/) backed React application. It communicates with a backend that is currently closed source. It's written in TypeScript and uses the latest ES6 language features.

Below is the structure of the app:

Expand All @@ -17,4 +17,4 @@ app
├── styles - Global CSS styles
├── types - TypeScript type definitions
└── utils - Utility methods
```
```

0 comments on commit a304a7d

Please sign in to comment.