|
1 month ago | |
---|---|---|
.github | 2 months ago | |
.vscode | 5 months ago | |
client | 1 month ago | |
defaults | 6 months ago | |
scripts | 5 months ago | |
src | 2 months ago | |
test | 2 months ago | |
.browserslistrc | 1 year ago | |
.editorconfig | 1 year ago | |
.eslintignore | 1 year ago | |
.eslintrc.yml | 3 months ago | |
.gitattributes | 5 years ago | |
.gitignore | 2 years ago | |
.npmignore | 1 year ago | |
.npmrc | 3 years ago | |
.prettierignore | 1 year ago | |
.prettierrc.yml | 1 year ago | |
.stylelintrc.yml | 4 months ago | |
.thelounge_home | 2 years ago | |
CHANGELOG.md | 5 months ago | |
LICENSE | 5 years ago | |
README.md | 1 year ago | |
SECURITY.md | 2 years ago | |
index.js | 1 year ago | |
package.json | 1 month ago | |
postcss.config.js | 1 year ago | |
renovate.json | 4 months ago | |
webpack.config-test.js | 9 months ago | |
webpack.config.js | 3 months ago | |
yarn.lock | 1 month ago |
To learn more about configuration, usage and features of The Lounge, take a look at the website.
The Lounge is the official and community-managed fork of Shout, by Mattias Erming.
The Lounge requires latest Node.js LTS version or more recent.
Yarn package manager is also recommended.
If you want to install with npm, --unsafe-perm
is required for a correct install.
Please refer to the install and upgrade documentation on our website for all available installation methods.
The following commands install and run the development version of The Lounge:
git clone https://github.com/thelounge/thelounge.git
cd thelounge
yarn install
NODE_ENV=production yarn build
yarn start
When installed like this, thelounge
executable is not created. Use node index <command>
to run commands.
⚠️ While it is the most recent codebase, this is not production-ready! Run at your own risk. It is also not recommended to run this as root.
Simply follow the instructions to run The Lounge from source above, on your own fork.
Before submitting any change, make sure to:
yarn test
to execute linters and test suiteyarn build
if you change or add anything in client/js
or client/views
yarn dev
can be used to start The Lounge with hot module reloading