Pavel Djundik
9e84328748
Link to official docs for stable releases
2019-12-31 18:51:49 +02:00
Pavel Djundik
c813d6ee2a
Delete .travis.yml
2019-11-26 22:39:38 +02:00
Tim Miller-Williams
19d8178606
Add webpack hot module reloading for development
...
Co-Authored-By: Tim Miller-Williams <timmw@users.noreply.github.com>
2019-11-08 15:02:44 +02:00
Jérémie Astori
8f46f101b8
Make badges a little more consistent with each other
2019-10-25 00:01:24 -04:00
Pavel Djundik
5dfd1b8809
Update badges in readme
...
Remove david-dm badge
2019-10-17 16:18:15 +03:00
Pavel Djundik
07da692c2b
Merge pull request #3392 from thelounge/node10
...
Bump minimum node version to v10
2019-09-06 11:29:14 +03:00
Pavel Djundik
c546279d89
Setup github actions CI
2019-09-04 22:51:58 +03:00
Pavel Djundik
5a94727d79
Bump minimum node version to v10
2019-09-04 22:50:25 +03:00
Alistair McKinlay
ab8d819193
Set up Prettier on md, html, json, and yaml
2019-07-17 10:22:30 +01:00
Al McKinlay
8687a513de
Remove incorrect lowest node version from readme
...
We are only supporting 8 and up. Think this has been around for a long time, apparently.
2019-05-13 08:52:14 +01:00
Pavel Djundik
500472a358
Remove wiki link from readme
2018-11-21 18:51:04 +02:00
Jérémie Astori
4ec6649b39
Use new app screenshot URL
2018-11-04 17:22:04 -05:00
Pavel Djundik
d90b9445b2
Change screenshot link to website repo
2018-11-04 00:47:31 +02:00
Pavel Djundik
414cd390b6
Sanitize logo url in readme
2018-10-29 12:47:52 +02:00
Pavel Djundik
b8f0a4601c
Enable macOS and Windows builds on Travis, remove AppVeyor config
2018-10-15 19:52:27 +03:00
Pavel Djundik
9fb871c2f7
Update screenshot in readme
...
Closes #2129
2018-09-01 19:36:34 +03:00
christer88
8e48c6d768
Remove [sudo] for Yarn install/upgrade command in README.md
...
Fixes https://github.com/thelounge/thelounge/pull/2664#discussion_r203621102
2018-07-19 09:36:23 +02:00
Richard Lewis
904664743f
Fix link to contributing instructions
2018-07-05 23:57:13 +03:00
Pavel Djundik
825c1b8986
Set caching on shields.io badges in readme
2018-06-10 12:20:55 +03:00
Pavel Djundik
74f9421417
Document npm's unsafe-perm
2018-04-22 21:32:01 +03:00
Jérémie Astori
e26bbeccbe
Point download badge to npm-stat instead of npm
2018-02-25 16:36:47 -05:00
Pavel Djundik
59ec07be87
Update all links to thelounge repository
2018-02-21 22:47:52 -05:00
Jérémie Astori
25c6cb4f6f
Merge pull request #2086 from thelounge/astorije/node-readme
...
Update Node version required in README
2018-02-21 02:50:11 -05:00
Jérémie Astori
4fe946d791
Update Node version required in README
2018-02-21 00:57:05 -05:00
Jérémie Astori
8d8ab049cd
Fix badge links in README going over the images
2018-02-20 23:56:02 -05:00
Pavel Djundik
2bcb9bcca1
Update readme to suggest using yarn
2018-02-20 11:28:14 +02:00
Jérémie Astori
ca8df65dfd
Link npm version to the package page on Yarn
2018-02-19 13:21:06 -05:00
Jérémie Astori
bdb6064c76
Add logo to README, and make intro it look a little nicer
2018-02-19 13:21:06 -05:00
Jérémie Astori
8403d277b4
Replace reference to website with new URL
2018-02-19 12:23:41 -05:00
Jérémie Astori
aca23257ed
Switch CLI tool from lounge
to thelounge
and deprecate lounge
...
This is in preparation of The Lounge v3 which will make `thelounge` uniform across the entire project. No more confusion!
2017-11-22 16:37:26 -05:00
Pavel Djundik
0ac3ba28e1
Web Push Notifications
2017-08-22 10:54:18 +03:00
Pavel Djundik
533fe25db4
Add feature overview in readme
2017-08-17 23:14:27 -04:00
Al McKinlay
d839a9e64a
Merge pull request #1319 from MaxLeiter/patch-1
...
Update README for when to run `npm run build`
2017-07-20 08:56:26 +01:00
Max Leiter
e0d6e11d4c
Update README directions on when to npm run build
...
need to `npm run build` a lot more since webpack was added
2017-07-19 22:28:02 -07:00
Max Leiter
2fdd4ab16e
Update README badge to new demo URL
2017-07-17 15:17:01 -07:00
Max Leiter
0b68b07e3b
Update screenshot in README
2017-07-12 15:47:13 -07:00
Jérémie Astori
5d65f447b5
Remove devDependencies badge on README
...
Now that Greenkeeper is taking care of our dependencies, it makes less sense to keep this one.
This also create some room for a potential future extra badge if we need it, without taking up a new line.
I would however definitely keep the production dependencies badge because it informs users on the status of what they install. It also leaves an access to David's devDependencies report if interested.
2017-06-24 15:01:07 -04:00
drkitty
41b7e0e077
Explain about lounge
command in dev installations
2017-01-24 01:04:40 -08:00
Jérémie Astori
552fa3fae8
Make and document npm run build
now a mandatory step of the install/build setup
...
This has several reasons, benefits and consequences:
- When running on root (which is not recommended anyway), `npm run build` was already necessary.
- This allows to not use the `prepublish` hook, whose behavior is going to change in npm v5 and again in npm v6.
- This allows to create both production and development builds when running from source.
- It makes `npm run build` compatible with Windows again for development environments (lost in previous commit).
- It uses the `prepublishOnly` hook added in npm v4. Since this hook is not available prior to that, deployment to npm from Travis has to be done on the Node.js v7 environment.
2017-01-23 01:15:50 -05:00
Jérémie Astori
485fab6cd4
Simplify introduction on README
...
Features listed here are the same as on Shout repo, in same order, participating to the feeling of fork with nothing new. Instead of listing features here, we should refer to the website and improve it to make it as current as possible (there was some recent action there, and more coming, so it is reasonable to point there).
Also, this "Why the fork?" section was useful right when we forked, but now it gives unnecessary and lengthy information (it is now the most verbose section of the README!). The Lounge has enough momentum as that point to be treated as its own project.
Finally, shortening this section moves the screenshot back up on the page, and mobile view now has more context in the description.
2016-12-11 04:14:17 -05:00
Jérémie Astori
bafe23b4b7
Fix wrong order between screenshot and badges on README
...
Branch was not exactly up-to-date with `master` when merged, and badges were moved below the title in #713 , so we missed that at review time.
2016-12-11 03:57:43 -05:00
Jérémie Astori
085ede43df
Merge pull request #694 from MaxLeiter/MaxLeiter-image
...
Add image to readme
2016-12-09 00:44:27 -05:00
Jérémie Astori
0d54879e45
Warn against running from source as root in README
2016-11-27 16:37:47 -05:00
Max Leiter
9dd8a794e0
Update link
2016-11-14 19:27:11 -08:00
Pavel Djundik
3231097e0d
Reduce badge size in readme
2016-10-23 00:39:22 +03:00
Max Leiter
b503b8cb4f
Add image to readme
2016-10-15 13:48:26 -07:00
Jérémie Astori
7858504c4c
Fix devDependency URL in David badge
...
Because they **needed** to break backward compatibility, didn't they...
2016-09-27 01:24:47 -04:00
Jérémie Astori
ae2b27ba5f
Remove license info from the README
...
This is already on the badge and at the top of the page, on GitHub UI, as well as in 2 places in npm.
2016-09-20 23:00:42 -04:00
Jérémie Astori
f1c3e376c5
Add information on running from source and clean up README a bit
2016-09-20 23:00:42 -04:00
Max Leiter
727e7deb5e
Mention wiki in README
2016-08-26 09:16:01 -07:00