Skip to content

Commit

Permalink
switch to yarn
Browse files Browse the repository at this point in the history
* upgrade dev dependecies
  • Loading branch information
mschaaf committed Apr 7, 2020
1 parent 1e50bb1 commit 24634da
Show file tree
Hide file tree
Showing 4 changed files with 3,195 additions and 4,505 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Later versions of ttws may have them included.

## Start the application from the source code

1. Install [nodejs+npm](https://nodejs.org/) (I recommend to use [nvm](https://github.com/creationix/nvm) for that)
1. Install [nodejs+yarn](https://nodejs.org/) (I recommend to use [nvm](https://github.com/creationix/nvm) for that)
2. git clone https://github.com/Dica-Developer/ttws.git
3. cd ttws
1. npm install
2. npm start
1. yarn install
2. yarn start
Loading

0 comments on commit 24634da

Please sign in to comment.