From 4bd730f21b456ca6193d3f5c4d9d5e7fce806924 Mon Sep 17 00:00:00 2001 From: Nathan Pietrantonio Date: Tue, 19 Nov 2024 18:58:27 -0800 Subject: [PATCH] Added text to test PR --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aba6faa..a7e8eb7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A simple React, Vite, and Node.js monorepo built with Yarn workspaces. Uses Fire ### 2. Install dependencies -Install [Node.js, (version 18.20.4)](https://nodejs.org/en/download/package-manager). +Install [Node.js, (version 18.20.4)](https://nodejs.org/en/download/package-manager). > [!TIP] > On MacOS and Linux, installing Node with `nvm` is recommended! @@ -38,12 +38,12 @@ Now, install packages: > [!TIP] > This monorepo uses [Yarn Workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) to manage dependencies across repositories. Unless you know what you're doing, you should install dependencies (`yarn install`) at the root of the repository (i.e. not in `/client` or `/server`). -> +> > However, you should add _new_ dependencies (`yarn add`) in the directory which actually uses them. ### 3. Get environment secrets -Both the `client` and `server` directories have their own `.env.local` and `.env` files, respectively. These secrets should be provided to you by your tech leads. +Both the `client` and `server` directories have their own `.env.local` and `.env` files, respectively. These secrets should be provided to you by your tech leads. **Client** @@ -70,3 +70,5 @@ Start the development server by running this command: ```shell yarn run dev ``` + +Hello World