Go to file
Nutomic f7125efa2b
0.19.4 announcement: psql and pictrs upgrades are not mandatory (#340)
* 0.19.4 announcement: psql and pictrs upgrades are not mandatory

* cleanup
2024-07-17 17:25:54 -04:00
.github Adding codeowners. (#310) 2024-04-08 13:15:44 +02:00
.husky Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
joinlemmy-translations@6eb9664f38 Updating submodules 2024-06-06 18:28:25 -04:00
lemmy-docs@32f26b4273 Updating submodules 2024-06-06 18:28:25 -04:00
lemmy-js-client@5b3c7ebcfa Updating submodules 2024-06-06 18:28:25 -04:00
lemmy-stats-crawler@19574daec3 Release 0.19.2 (#291) 2024-01-10 14:09:59 -05:00
lemmy-translations@b3bdd9cf78 Updating submodules 2024-06-06 18:28:25 -04:00
src 0.19.4 announcement: psql and pictrs upgrades are not mandatory (#340) 2024-07-17 17:25:54 -04:00
.babelrc Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
.dockerignore New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
.eslintignore New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -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 Upgrade to lemmy js client 019 (#277) 2023-12-14 10:44:12 +01: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 Fixing woodpecker. (#307) 2024-03-27 15:23:12 +01:00
Dockerfile Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
LICENSE Mostly working. 2020-09-28 13:59:32 -05:00
README.md Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
crawl.mjs New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
deploy.sh Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
generate_rss_feed.mjs Generate RSS feed from markdown news (#282) 2023-12-18 17:24:33 -05:00
generate_translations.mjs Adding v0.18.1 release notes. (#212) 2023-07-07 16:03:15 +02:00
package.json chore(deps): update dependency webpack-dev-server to v4.15.2 2024-05-15 14:41:58 +00:00
pnpm-lock.yaml chore(deps): update dependency sass to v1.77.6 (#338) 2024-07-02 05:17:32 -04:00
recommended-instances.json Exclude test.hexbear.net from crawler. (#290) 2024-01-04 16:51:08 +01:00
renovate.json chore: Configure Renovate (#313) 2024-05-15 10:09:45 -04:00
tailwind.config.js Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
tsconfig.json New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
update_donations.mjs Fixing donation package. (#302) 2024-03-05 11:14:59 +01:00
update_submodules.sh Use specific lemmy js client version (#131) 2023-02-23 03:12:12 +01:00
webpack.config.js New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00

README.md

JoinLemmy-site

Requirements

  • Docker

Running

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

and goto http://localhost:3000