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
Jérémie Astori
55c483b41f
Add an AppVeyor badge on the README
2016-05-31 04:42:35 -04:00
Pavel Djundik
96f8cd9a28
Dot is not part of the path
2016-05-08 12:36:18 +03:00
Max Leiter
2b2d9dac6c
Updates demo link to HTTPS
2016-05-07 15:26:54 -07:00
Pavel Djundik
f2be46474a
Change license link to point at our license file
2016-04-29 13:42:04 +03:00
Pavel Djundik
d428bb7511
Document supported node version
2016-04-27 10:07:43 +03:00
Hendrik Leppelsack
90e4592e31
link to lounge demo from irc badge
2016-03-17 15:46:29 +01:00
Alexis Métaireau
bb35aca032
Added a section explaining why a fork was created.
2016-02-27 17:56:24 +01:00
Jérémie Astori
fe6da75854
Remove compiled assets and generate them at prepublish time
...
- Remove minified libs and compiled templates
- Add a `prepublish` script to build assets, that run on `npm install`
and right before publishing
See https://docs.npmjs.com/misc/scripts
- Include these compiled assets to the `.gitignore` file
- Add an empty .npmignore to make sure the compiled assets are not
ignored when publishing
https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package
- Update the README to reflect changes in development
Note that the Travis CI configuration does not need any tweaking
because it cleans up all extra and changed files, up to publishing on
npm. That is, right before `prepublish` gets run.
See https://docs.travis-ci.com/user/deployment/npm#Releasing-build-artifacts
2016-02-18 06:01:37 +00:00
Jérémie Astori
435998a211
Add mention to credit @erming's great work and inheritance from Shout
2016-02-10 07:47:01 +00:00
Jérémie Astori
447e8c7ad5
Update the project name
...
Also remove link to the demo and use HTTPS to the docs
2016-02-10 04:30:05 +00:00
Jérémie Astori
263d1d5c78
Add a badge to display the IRC channel at the top
2016-01-22 06:33:09 +00:00
Jérémie Astori
2f5b1663d7
Merge pull request #465 from astorije/astorije/badges
...
Badges badges badges
2016-01-10 18:47:24 -05:00
Jérémie Astori
a5316ae12c
Trim trailing whitespaces in README
2016-01-10 23:45:14 +00:00
Jérémie Astori
bb0b81e810
Add David badges to the README
2016-01-10 23:45:14 +00:00
Jérémie Astori
db99c3354b
Add Travis CI badge to the README
2016-01-10 23:43:52 +00:00
Jan-Christoph Borchardt
936bb8141d
fix development setup command, fix #535
2015-11-09 17:11:21 +01:00
JocelynDelalande
f172db7a99
Merge pull request #511 from olivierlambert/npm-scripts
...
add npm build script and update the doc accordingly
2015-10-08 11:01:49 +02:00
Olivier Lambert
9e98d01255
remove useless Grunt instruction in the doc
2015-10-07 14:51:00 +02:00
Jérémie Astori
dcc03786a2
Switch to SVG version of npm badge in the README
2015-10-07 02:26:29 +00:00
Olivier Lambert
aed3c2e271
add npm build script and update the doc accordingly
2015-10-06 12:42:22 +02:00
Paul Friederichsen
35bd5531cf
Add font licensing to README.md
2015-10-06 02:55:30 -05:00
Mattias Erming
544c281bf6
Update README.md
2015-03-29 15:43:58 +02:00
Mattias Erming
baef7e0438
Update README.md
2015-03-29 15:42:16 +02:00
Jan-Christoph Borchardt
42a73f9b7b
add development setup instructions, thanks @hennevogel, fix #355
2015-02-06 13:49:35 +01:00
Mattias Erming
fb61bdb1cb
Update README.md
2014-10-01 21:10:14 +02:00
Mattias Erming
82899a5fde
Update README.md
2014-09-30 20:21:03 +02:00
Mattias Erming
9681ec506a
Update README.md
2014-09-30 20:18:31 +02:00
Mattias Erming
695fd35797
Added '/clear' command
2014-09-19 13:24:11 -07:00
Mattias Erming
4d1aa174a1
Hiding Heroku button
...
Hosting Shout on Heroku (free tier) doesn't really work that well. The reason is that Heroku seems to be powering down inactive dynos, causing Shout to disconnect.
While Heroku will still be supported, the install instructions will be moved to the documentation instead.
2014-09-14 13:58:47 +02:00
Mattias Erming
ae49cea217
Update README.md
2014-09-14 01:00:44 +02:00
Mattias Erming
fbfb9056d1
Update README.md
2014-09-14 00:07:10 +02:00
Mattias Erming
e50852d03c
Update README.md
2014-09-13 23:36:02 +02:00
Sascha Depold
3cc2bd2239
Add notes about private heroku setup
2014-09-13 23:24:59 +02:00
Sascha Depold
aa2406eb4b
Load home directory from helper and make it configurable.
2014-09-13 14:26:45 +02:00
Mattias Erming
0365e01859
Update README.md
2014-09-11 23:02:57 +02:00
Mattias Erming
dadb104627
Update README.md
2014-09-11 23:01:53 +02:00
Mattias Erming
9fc69978e7
Update README.md
2014-09-10 01:01:11 +02:00
Mattias Erming
0f5ecbe2ab
Update README.md
2014-09-10 01:00:52 +02:00
John K
f4cc281acd
Fixed Readme.md
2014-09-09 18:20:45 -04:00
John K
de0fa4fab2
Added Heroku Button
2014-09-09 18:19:17 -04:00