No description
Find a file
2023-10-31 08:40:18 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@4e8db96053 Adding sign up button. 2023-10-30 15:57:39 -04:00
lemmy-docs@a6e2572e4c Adding sign up button. 2023-10-30 15:57:39 -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@0bc4ee5944 Adding sign up button. 2023-10-30 15:57:39 -04:00
src Adding sign up button. 2023-10-30 15:57:39 -04:00
.babelrc Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
.dockerignore Minifying docker image. 2023-10-31 08:38:26 -04: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 Minifying docker image. 2023-10-31 08:38:26 -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 Removing sortpack. 2023-10-31 08:40:18 -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