mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
No description
014c386348
* Changed 'popular' instance sorting to be more evenly distributed, and improve the weighting for user numbers * Ran prettier on prevoiusly comitted code * Ran prettier on prevoiusly comitted code * Modified averageFunc to be a class function instead of const var. Ensured prettier and yarn lint were successfully ran. * Updated variable names and reverted min_monthly_user const * Prettier ran, modified generate_translations.mjs only for formatting corrections |
||
---|---|---|
.husky | ||
joinlemmy-translations@1bc69869fd | ||
lemmy-docs@0dc13b4ea1 | ||
lemmy-js-client@4553c749cb | ||
lemmy-stats-crawler@788a3dd6e0 | ||
lemmy-translations@5a9d44656e | ||
src | ||
.babelrc | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.gitmodules | ||
.prettierignore | ||
.prettierrc.json | ||
.woodpecker.yml | ||
crawl.mjs | ||
deploy.sh | ||
Dockerfile | ||
generate_translations.mjs | ||
LICENSE | ||
package.json | ||
README.md | ||
recommended-instances.json | ||
tsconfig.json | ||
update_submodules.sh | ||
webpack.config.js | ||
yarn.lock |
JoinLemmy-site
Requirements
- Docker
Running
docker build . -t joinlemmy-site
docker run -p 3000:1234 joinlemmy-site
and goto http://localhost:3000