Commit Graph

7 Commits

Author SHA1 Message Date
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
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