mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2025-01-24 10:55:51 +00:00
No description
e2ec4e93d9
Move jerboa repo location. |
||
---|---|---|
.husky | ||
joinlemmy-translations@99c926712f | ||
lemmy-docs@2c5c2053bb | ||
lemmy-js-client@6d5b48705f | ||
lemmy-stats-crawler@19574daec3 | ||
lemmy-translations@207da6e181 | ||
src | ||
.babelrc | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.gitmodules | ||
.prettierignore | ||
.prettierrc.json | ||
.woodpecker.yml | ||
crawl.mjs | ||
deploy.sh | ||
Dockerfile | ||
generate_rss_feed.mjs | ||
generate_translations.mjs | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
recommended-instances.json | ||
tailwind.config.js | ||
tsconfig.json | ||
update_donations.mjs | ||
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