Commit graph

11 commits

Author SHA1 Message Date
Jonathan Reinink
e19d017c5c
Merge pull request #35 from djm/patch-1
Add extra setup details to README
2020-01-08 22:38:37 -05:00
Jonathan Reinink
398f2610be
Remove phpunit instructions 2020-01-08 22:37:48 -05:00
Rodrigo Pedra Brum
cbd3d8a8fd
Use npm ci to avoid package-lock update
Running `npm ci` instead of `npm install` avoids `package-lock` file update and installation of patch versions different from upstream.

This can be useful to avoid git pollution and to have exactly the same version of npm dependencies when debugging or writing an example to reproduce an issue.

`npm ci` was added to NPM to be used in Continuous Integration setups (hence the `ci`) keeping exactly the same versions of packages listed in package-lock file.
2019-11-06 01:39:47 -03:00
Darian Moody
97087beee3
Update readme.md 2019-08-03 19:43:52 +01:00
Darian Moody
cc8bbcf008
Add extra setup details to README
Covering installation & testing.
2019-08-03 19:39:47 +01:00
Jonathan Reinink
e6d23d59da Add organizations index tests 2019-04-08 09:40:13 -04:00
zOxta
8d86bf5cf5
Update git clone to use the HTTPS method 2019-04-04 23:19:54 +02:00
Jonathan Reinink
87102358de Add screenshot to readme 2019-04-04 16:00:50 -04:00
Jonathan Reinink
904703a37e Optimize for SQLite by default 2019-04-02 13:05:26 -04:00
Jonathan Reinink
4571949622 Update readme with title, description and installation instructions 2019-04-01 12:17:13 -04:00
Jonathan Reinink
d0531481eb Install Laravel 2019-03-05 16:10:11 -05:00