Go to file
Dessalines d17c4d7d2f
New tailwind-based joinlemmy-site (#243)
* Starting on new tailwind based joinlemmy-site.

* Formatting fix.

* Adding follow communities block.

* Adding a few more blocks.

* Finishing up blocks.

* Adding a few more pages.

* Adding apps page.

* Almost done with donation page.

* Adding most of instances page.

* Trying to fix CI 1.

* Adding navbar and footer.

* Adding bottom spacer.

* Finishing up more info modal.

* Adding icons to main page.

* Eruda only in development mode.

* Finishing up main page, starting to work on recs.

* Adding main images.

* Adding images 2.

* Starting to add filters.

* Finishing up helper modal.

* Adding topic icons.

* Adding more instances.

* Fixing recommended.

* Forgot to add instance picker.

* Adding world background image.

* Adding alexandrite.

* Adding funding goal block.

* Fix dockerfile.

* Upgrading deps.

* Fixing package json.

* Updating coders, sponsors.

* Fixing mobile margins.

* Fixing navbar auto-close when clicked.

* Removing todo.

* Removing some useless instance helper links.

* Fixing news titling.

* Addressing PR comments.

* Updating instance stats.

* Fixing class -> className

* Fixing sm:max directives.

* Make instance images links to their sites.

* Use ubuntu font.

* Addressing PR comments.

* Adding a few more android apps.

* Adding thunder and combustible apps.

* Fixing z index.

* Add a warning alert for closed source apps.

* Adding MLMYM app. Fixes #213

* Fixing i18n key.

* Adding QR codes for cryptos. Fixes #219

* Addressing PR comments.

* Fixing news preview.

* Adding registration mode to details modal. Fixes #153

* Filter out bot instances.

* Using glide carousel.

* Adding glide min css.

* Adding donation platform fetching. Fixes #248

* Prettying glide css.

* Change dev goal to 3

* Adding sign up button.

* Minifying docker image.

* Removing sortpack.
2023-10-31 09:31:03 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@4e8db96053 New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
lemmy-docs@a6e2572e4c New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
lemmy-js-client@406d1c187b New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
lemmy-stats-crawler@ff8a2db505 New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
lemmy-translations@0bc4ee5944 New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
src New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -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 New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -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 New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
Dockerfile New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04: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 New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
generate_translations.mjs Adding v0.18.1 release notes. (#212) 2023-07-07 16:03:15 +02:00
package.json New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
recommended-instances.json New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
tailwind.config.js New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
tsconfig.json New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
update_donations.mjs New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04: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
yarn.lock 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