Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added text to test PR #12

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -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**

Expand All @@ -70,3 +70,5 @@ Start the development server by running this command:
```shell
yarn run dev
```

Hello World