From f48d7c124aabb3fb14755ce2f4860863dba373b8 Mon Sep 17 00:00:00 2001 From: Nitish Awasthi Date: Wed, 29 Jul 2020 23:06:28 +0530 Subject: [PATCH] Updated rome/README.md (#897) Updated rome/README.md with some additional information. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e63e5337a..d725693b8b7 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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]() and compiles itself with an old version.