No description
Find a file
SleeplessOne1917 e2ec4e93d9
Merge pull request #309 from LemmyNet/move_jerboa_location
Move jerboa repo location.
2024-04-04 20:00:15 -04:00
.husky Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
joinlemmy-translations@99c926712f Add third party tools (#301) 2024-03-01 10:22:48 +01:00
lemmy-docs@2c5c2053bb Add third party tools (#301) 2024-03-01 10:22:48 +01:00
lemmy-js-client@6d5b48705f
lemmy-stats-crawler@19574daec3
lemmy-translations@207da6e181 Add third party tools (#301) 2024-03-01 10:22:48 +01:00
src Move jerboa repo location. 2024-04-04 17:49:42 -04:00
.babelrc
.dockerignore
.eslintignore
.eslintrc.json
.gitignore
.gitmodules
.prettierignore
.prettierrc.json
.woodpecker.yml Fixing woodpecker. (#307) 2024-03-27 15:23:12 +01:00
crawl.mjs
deploy.sh Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
Dockerfile Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
generate_rss_feed.mjs
generate_translations.mjs
LICENSE
package.json Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
pnpm-lock.yaml Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
README.md
recommended-instances.json
tailwind.config.js Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
tsconfig.json
update_donations.mjs Fixing donation package. (#302) 2024-03-05 11:14:59 +01:00
update_submodules.sh
webpack.config.js

JoinLemmy-site

Requirements

  • Docker

Running

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

and goto http://localhost:3000