Skip to content

Commit

Permalink
Update root README
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Mar 8, 2021
1 parent a3f5c42 commit 7c8e607
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 25 deletions.
23 changes: 11 additions & 12 deletions README.md
Expand Up @@ -14,23 +14,22 @@ Check out our [documents](docs/specs/meta) on the governance of this project.

## First-time setup

[SETUP.md](docs/SETUP.md) setup dependencies for the project
This is a multi-project Github repository. You can find the different projects in the [packages](packages/) folder.

[TOOLS.md](docs/TOOLS.md) tools that may be helpful for development of new features
Although each project has its own setup steps, steps, there are also setup steps for this repository as a whole.

## Other steps
**If you have `nvm`**, just run

[BUILD.md](docs/BUILD.md) how to build the code (make sure you followed the "first steps" first)
```
nvm use
```

[RUN.md](docs/RUN.md) for how to load a build into your browser
**If you don't have `nvm`** you can download `node` manually from [here](https://nodejs.org) but you need to be careful the version matches the one specified in our `.nvmrc` file.

[RELEASE.md](docs/RELEASE.md) for releasing a new build

[TEST.md](docs/TEST.md) for running tests

## For reviewers

[REVIEW.md](docs/REVIEW.md) for any reviewer that wants to review Yoroi before adding it to their distribution platform
Next, install project-independent dependencies with
```
npm install
```

## LICENSE

Expand Down
78 changes: 66 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
}
},
"devDependencies": {
"husky": "4.3.0",
"husky": "4.3.8",
"lerna": "^4.0.0"
}
}

0 comments on commit 7c8e607

Please sign in to comment.