Skip to content
Draft
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: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ YAWP Yet Another Web Playground is an online web Playground that lets you play w
<center><img src="https://yawp.josharsh.tech/images/cover.gif" height="500px" width="500px"></center>

## Install Dependencies
### `yarn`
### Windows And macOS
1. Install Node.js https://nodejs.org/en/download
2. Go to this link for installation of Yarn: https://yarnpkg.com/getting-started/install

### Linux
1. Install Node.js https://nodejs.org/en/download/package-manager
2. Go to this link for installation of Yarn: https://yarnpkg.com/getting-started/install

## Getting Started

Expand Down