Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
chore(docs): updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LeslieOA committed Jun 25, 2021
1 parent ba2b9f0 commit 3607b59
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,13 @@ To run on a connected device:

* `yarn global add ios-deploy`
* `npx react-native run-ios --device "iPhone"`
*

#### Building with Apple Silicon (M1)

> TODO

> TODO - M1 macOS development instructions

### Android

Expand All @@ -66,9 +71,12 @@ Building Cartographer for Android requires Android Studio 4.0+ and OpenJDK 8.
2. `npx react-native run-android`


### Tests
### Testing and Linting

> TODO - Build out snapshot tests for components
TODO - Not exactly TDD, but it'll soon come.
* `yarn lint`
* `yarn test`

 

Expand Down Expand Up @@ -100,7 +108,7 @@ Currently, the browser is very **very** (*very*?) rudimentary, but will support

- [x] `http`
- [x] `https`
- [ ] `web3`
- [x] `web3` <small>_Pre-alpha_</small>
- [ ] `dat`
- [ ] `hyper`
- [ ] `ipfs`
Expand All @@ -115,7 +123,7 @@ Currently, the browser is very **very** (*very*?) rudimentary, but will support

#### UI/UX

- [ ] App Icon
- [x] App Icon <small>_Temporary_</small>
- [x] Dark/light mode
- [x] Pull to refresh
- [ ] Landscape mode
Expand All @@ -131,7 +139,8 @@ Currently, the browser is very **very** (*very*?) rudimentary, but will support
#### Project

- [ ] Branding
- [ ] Unit Tests and CI
- [x] Unit Tests <small>_Partial_</small>
- [ ] CI
- [ ] Decentralised source control (e.g. Radicle)
- [ ] Project roadmap 🙃

Expand Down

0 comments on commit 3607b59

Please sign in to comment.