You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.github | 3 years ago | |
client | 3 years ago | |
defaults | 3 years ago | |
scripts | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
.browserslistrc | 3 years ago | |
.editorconfig | 4 years ago | |
.eslintignore | 5 years ago | |
.eslintrc.yml | 3 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 5 years ago | |
.npmignore | 3 years ago | |
.npmrc | 5 years ago | |
.prettierignore | 3 years ago | |
.prettierrc.yml | 4 years ago | |
.stylelintrc.yml | 3 years ago | |
.thelounge_home | 5 years ago | |
.travis.yml | 3 years ago | |
CHANGELOG.md | 3 years ago | |
LICENSE | 7 years ago | |
README.md | 3 years ago | |
SECURITY.md | 5 years ago | |
index.js | 4 years ago | |
package.json | 3 years ago | |
postcss.config.js | 3 years ago | |
renovate.json | 3 years ago | |
webpack.config-test.js | 4 years ago | |
webpack.config.js | 3 years ago | |
yarn.lock | 3 years ago |
README.md
DEPRECATED
https://git.dev0.sh/piper/The_Lounge_TS
Running from source
The following commands install and run the development version of The Lounge:
git clone http://git.dev0.sh/piper/thelounge_ts.git
cd thelounge_ts
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.
Development setup
Simply follow the instructions to run The Lounge from source above, on your own fork.
Before submitting any change, make sure to:
- Read the Contributing instructions
- Run
yarn test
to execute linters and test suite - Run
yarn build
if you change or add anything inclient/js
orclient/views
yarn dev
can be used to start The Lounge with hot module reloading