Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafcafe committed Apr 27, 2020
1 parent 8286541 commit e8ab93d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ Getting started is easy. The repository contains both .NET and JS code. Below is

**Prerequisites**

- [.NET Core 2.1](https://www.microsoft.com/net/download)
- [.NET Core 3.1](https://www.microsoft.com/net/download)

After cloning the repo, go into `dotnet/` and run `dotnet restore`, there is more information [here](dotnet/README.md).

### JS
### Typescript

**Prerequisites**

- [Node 10.10+](https://nodejs.org/en/download/current/)
- [Yarn 1.9.4+](https://yarnpkg.com/lang/en/)
- [Node 13.2+](https://nodejs.org/en/download/current/)
- [Yarn 1.22+](https://yarnpkg.com/lang/en/)

After cloning the repo, go into `js/` and run `yarn`, there is more information [here](js/README.md).
After cloning the repo, go into `typescript/` and run `yarn`, there is more information [here](js/README.md).


## Progress
Expand Down

0 comments on commit e8ab93d

Please sign in to comment.