Commit graph

34 commits

Author SHA1 Message Date
J. Ryan Stinnett
34e533dd4b Remove Edge from browser support statements
At the current time, we do not intend to do additional work specifically to
support Edge.  If it works for most use cases, that's great, but we do not
intend to fix issues that affect only Edge.

Fixes https://github.com/vector-im/riot-web/issues/9201
2019-03-18 15:47:48 +00:00
J. Ryan Stinnett
92a9f13452 Recommend using the latest Node LTS version 2019-03-13 10:53:53 +00:00
J. Ryan Stinnett
337ac2f6a0 Reorder link and install steps
Take advantage of Yarn's preservation of links while installing and set up links
first and install second. This should result in a small speedup since we no
longer install the published SDKs just to replace them on the next line.
2019-03-11 18:36:45 +00:00
J. Ryan Stinnett
7c947d87ab Update scripts and docs to use yarn where appropriate
Most `npm` operations are replaced with `yarn`, which generally has better
behavior. However, steps like publish that write to the NPM registry are left to
`npm`, which currently handles these tasks best.
2019-03-11 14:22:02 +00:00
Travis Ralston
633b8d419f
Mention node 8.x as recommended in development docs
Co-Authored-By: jaywink <mail@jasonrobinson.me>
2019-01-06 15:13:07 +02:00
Jason Robinson
e876edcbc3 Clarify readme instructions for developers
Setting up the SDK for development, I noticed that 3 tests failed on
develop branch. Linking the JS SDK made the tests pass. It looks like
the assumption is that developers link against the develop branch
of JS SDK to develop the React SDK.

Clarify this in the readme for completeness sake.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
2019-01-04 11:01:35 +02:00
J. Ryan Stinnett
0b65a1ee1a Remove outdated info about custom skins
It has been marked outdated for several years. Since it appears on the repo home
page, it makes the project feel unmaintained.

Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
2018-12-06 19:25:07 -06:00
Matthew Hodgson
ef20813f2e remove layering warnings 2018-09-09 18:38:21 +01:00
rponline
27b594e1af Fix broken Link 2017-09-04 18:31:53 +02:00
krombel
00d69aa938 Update Link to Translation status
The translation is now done at translate.riot.im but the link was not updated
2017-08-15 00:32:38 +02:00
David Baker
107024efa8 Unnecessary whitespace 2017-05-25 11:42:19 +01:00
David Baker
dd1c50ce80 README formatting
Move translation status to its own heading
2017-05-23 15:30:36 +01:00
David Baker
d419c42a4f Squash merge https://github.com/matrix-org/matrix-react-sdk/pull/801 2017-05-23 15:16:31 +01:00
Matthew Hodgson
197c68c247 s/vector/riot/g 2016-12-21 22:45:57 +00:00
Matthew Hodgson
a8677b52ad major update to dev guidelines 2016-07-11 18:26:16 +01:00
Ruben Barkow
bccee9b8a0 Correct Readme instructions how to customize the UI
As at the moment the Readme does not explain the structure of the code any more, the Readme has to be actualized.

(This is just a draft, to keep track of this Issue)
2016-04-23 11:00:48 +02:00
David Baker
54048ee37c Update Readme 2015-10-01 16:02:21 +01:00
Matthew Hodgson
49e687f584 typo 2015-07-12 14:09:53 +01:00
Matthew Hodgson
e3f42dcd5e more overview 2015-07-08 11:35:40 +01:00
Matthew Hodgson
c346a27e6f matrix ain't just chat 2015-07-08 11:33:04 +01:00
Matthew Hodgson
ba68810a87 fix english 2015-07-08 11:25:11 +01:00
Matthew Hodgson
b170bc2cb2 clarify skinning semantics 2015-07-08 11:15:25 +01:00
David Baker
6c81a8d46d Add blurb on how to build a customised app. 2015-07-07 18:27:34 +01:00
Matthew Hodgson
df4c5c588a define skins 2015-07-07 18:04:31 +01:00
Matthew Hodgson
15c93b61aa try to write down the various naming & architectural conventions that the SDK adheres to... 2015-07-07 17:46:18 +01:00
David Baker
be9d8f1768 Correct docs again: you do need to npm install the react sdk root explicitly 2015-07-06 18:58:32 +01:00
David Baker
3e87e043d6 Fix docs 2015-07-06 18:29:24 +01:00
David Baker
6c35908949 Add example shwing how to customise, make customising work and document all the ways in which browserify will break and how to work around it being dumb. 2015-07-06 14:13:02 +01:00
David Baker
275286801b Add npm link to the README 2015-07-03 16:15:23 +01:00
David Baker
3a68748320 Almost 2015-07-03 15:57:35 +01:00
David Baker
dff74f44de Tweak the example build process. Move example -> examples/trivial to we can have more than one. Update README appropriately. 2015-07-03 15:56:04 +01:00
David Baker
e5a4e5b195 Add more detail to the getting started instructions. 2015-06-24 17:58:13 +01:00
Brennan Novak
76cc258dde added instructions to README 2015-06-24 17:33:53 +02:00
David Baker
c42733ec95 Basic structure of a react SDK and start of an implementation. 2015-06-09 17:40:42 +01:00