No description
Find a file
2023-03-25 23:17:31 +01:00
.husky
joinlemmy-translations@35411f7c23 Updating submodules 2023-03-03 08:37:03 -05:00
lemmy-docs@a0f06f31c4 Updating submodules 2023-03-03 08:37:03 -05:00
lemmy-js-client@2eac19b2a2 Updating submodules 2023-03-03 08:37:03 -05:00
lemmy-stats-crawler@4011a9857e Update crawler 2023-03-25 23:17:31 +01:00
lemmy-translations@214eddab40 Updating submodules 2023-03-03 08:37:03 -05:00
src Adding lemmyBB to apps. Fixes #125 (#132) 2023-02-23 03:14:43 +01:00
.babelrc
.dockerignore
.eslintignore
.eslintrc.json
.gitignore
.gitmodules Use specific lemmy js client version (#131) 2023-02-23 03:12:12 +01:00
.prettierrc.json Adding lemmyBB to apps. Fixes #125 (#132) 2023-02-23 03:14:43 +01:00
.woodpecker.yml Adding woodpecker 1 (#137) 2023-03-24 21:42:03 +01:00
crawl.mjs Update crawler 2023-03-25 23:17:31 +01:00
deploy.sh
Dockerfile
generate_translations.mjs
LICENSE
package.json
README.md
recommended-instances.json
tsconfig.json
update_submodules.sh Use specific lemmy js client version (#131) 2023-02-23 03:12:12 +01:00
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