No description
Find a file
2023-10-30 15:39:27 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@5abee68543 Adding registration mode to details modal. Fixes #153 2023-10-23 13:37:16 -04:00
lemmy-docs@e80831ffe1 Addressing PR comments. 2023-10-21 21:51:23 -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@6fbc86932a Addressing PR comments. 2023-10-21 21:51:23 -04:00
src Change dev goal to 3 2023-10-30 15:39:27 -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 Adding donation platform fetching. Fixes #248 2023-10-30 13:29:50 -04:00
crawl.mjs Finishing up main page, starting to work on recs. 2023-10-08 00:14:56 -04:00
deploy.sh Adding donation platform fetching. Fixes #248 2023-10-30 13:29:50 -04: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 Adding donation platform fetching. Fixes #248 2023-10-30 13:29:50 -04:00
README.md Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
recommended-instances.json Addressing PR comments. 2023-10-21 21:51:23 -04:00
tailwind.config.js Addressing PR comments. 2023-10-17 16:17:08 -04:00
tsconfig.json Finishing up helper modal. 2023-10-11 16:47:34 -04:00
update_donations.mjs Adding donation platform fetching. Fixes #248 2023-10-30 13:29:50 -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 Using glide carousel. 2023-10-29 14:36:48 -04:00

JoinLemmy-site

Requirements

  • Docker

Running

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

and goto http://localhost:3000