Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Updated rome/README.md (#897)
Browse files Browse the repository at this point in the history
Updated rome/README.md with some additional information.
  • Loading branch information
nitish-awasthi authored Jul 29, 2020
1 parent 9ebde5e commit f48d7c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**Rome** unifies functionality that has previously been completely separate tools. Most frontend tooling have a significant overlap in responsibilities and implementation. There is value in these being a single tool. Building upon a shared base allows us to provide a cohesive experience for processing code, displaying errors, parallelizing work, caching, and configuration.

**Rome** has been built from scratch without the usage of existing libraries. **Rome** contains no third-party library dependencies.
**Rome** has been built from scratch and contains no third-party library dependencies.

**Rome** has strong conventions and aims to have minimal configuration. Read more about our project philosophy [here](https://romefrontend.dev/about#philosophy).

Expand All @@ -24,6 +24,8 @@

**Rome** is written completely in TypeScript with sparing usage of loose types.

**Rome** runs on Node.js.

**Rome** is a monorepo with [internal packages](packages) to delineate code boundaries.

**Rome** is [self-hosted](<https://en.wikipedia.org/wiki/Self-hosting_(compilers)>) and compiles itself with an old version.
Expand Down

0 comments on commit f48d7c1

Please sign in to comment.