No description
Find a file
2023-10-11 20:40:49 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@8ad8a24c08 Adding topic icons. 2023-10-11 17:53:09 -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@0e5578aaf3 Adding main images. 2023-10-08 13:56:48 -04:00
lemmy-translations@d0f3548379 Finishing up helper modal. 2023-10-11 16:47:34 -04:00
src Adding more instances. 2023-10-11 20:40:49 -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 Adding main images. 2023-10-08 13:56:48 -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 Upgrading deps. (#205) 2023-06-29 16:20:08 +02: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 Almost done with donation page. 2023-09-26 13:08:22 -04:00
README.md Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
recommended-instances.json Adding more instances. 2023-10-11 20:40:49 -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 Almost done with donation page. 2023-09-26 13:08:22 -04:00

JoinLemmy-site

Requirements

  • Docker

Running

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

and goto http://localhost:3000