Skip to content

Commit

Permalink
Merge pull request #35 from AdaGold/be/npm-to-yarn
Browse files Browse the repository at this point in the history
Be/npm to yarn
  • Loading branch information
beccaelenzil authored May 27, 2022
2 parents 9b68acf + 063a5d9 commit 52408c4
Show file tree
Hide file tree
Showing 11 changed files with 11,556 additions and 28,058 deletions.
10 changes: 0 additions & 10 deletions .github/pull_request_template.md

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ ADD $SUBMISSION_SUBFOLDER /app
# for Testing
# ADD . .

RUN npm install
RUN yarn install
RUN chmod +x test.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In this project we will use core React concepts to build a chat messenger-style
## Project Outline
This project comes with a minimal scaffold based on the baseline React application generated by `create-react-app`. We provide the JSON file with static chat message data and the CSS styles, and you will need to implement all of the components except for the provided `TimeStamp` component.

![React Chat Log demo](./images/react-chatlog-demo-extras.png)
![React Chat Log demo](./images/react-chatlog-demo.png)

## Project Directions
- [Planning and Setup](./project-docs/setup.md)
Expand Down
Binary file modified images/react-chatlog-demo-extras.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added images/react-chatlog-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 52408c4

Please sign in to comment.