No description
Find a file
2023-10-14 16:43:40 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@229a9319ba Addressing PR comments. 2023-10-14 16:43:40 -04:00
lemmy-docs@bc063f46eb Finishing up main page, starting to work on recs. 2023-10-08 00:14:56 -04:00
lemmy-js-client@406d1c187b Starting on new tailwind based joinlemmy-site. 2023-09-19 16:42:08 -04:00
lemmy-stats-crawler@ff8a2db505 Addressing PR comments. 2023-10-14 16:43:40 -04:00
lemmy-translations@d0f3548379 Finishing up helper modal. 2023-10-11 16:47:34 -04:00
src Addressing PR comments. 2023-10-14 16:43:40 -04:00
.babelrc Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
.dockerignore Upgrading deps. (#205) 2023-06-29 16:20:08 +02:00
.eslintignore Starting on new tailwind based joinlemmy-site. 2023-09-19 16:42:08 -04:00
.eslintrc.json Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
.gitignore Adding i18n support. Fixes #6 (#34) 2021-03-22 13:22:23 +00:00
.gitmodules Addressing PR comments. 2023-10-14 16:43:40 -04:00
.prettierignore Replace remmel with mlem. (#149) 2023-06-02 09:22:25 -04:00
.prettierrc.json Adding lemmyBB to apps. Fixes #125 (#132) 2023-02-23 03:14:43 +01:00
.woodpecker.yml Trying to fix CI 1. 2023-09-26 23:20:57 -04:00
crawl.mjs Finishing up main page, starting to work on recs. 2023-10-08 00:14:56 -04:00
deploy.sh separate yarn command for crawl, fix docker build 2022-05-03 14:26:32 +02:00
Dockerfile Fix dockerfile. 2023-10-12 00:00:07 -04:00
generate_translations.mjs Adding v0.18.1 release notes. (#212) 2023-07-07 16:03:15 +02:00
LICENSE Mostly working. 2020-09-28 13:59:32 -05:00
package.json Fixing package json. 2023-10-12 08:36:32 -04:00
README.md Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
recommended-instances.json Fixing recommended. 2023-10-11 21:15:05 -04:00
tailwind.config.js Adding a few more pages. 2023-09-25 14:00:52 -04:00
tsconfig.json Finishing up helper modal. 2023-10-11 16:47:34 -04:00
update_submodules.sh Use specific lemmy js client version (#131) 2023-02-23 03:12:12 +01:00
webpack.config.js Starting on new tailwind based joinlemmy-site. 2023-09-19 16:42:08 -04:00
yarn.lock Upgrading deps. 2023-10-12 08:35:58 -04:00

JoinLemmy-site

Requirements

  • Docker

Running

docker build . -t joinlemmy-site
docker run -p 3000:1234 joinlemmy-site

and goto http://localhost:3000