mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
No description
b6c4306457
* Adding autogen instance data. Fixes #29 * Updating submodules * Fixing husky * Updating submodules * Updating submodules |
||
---|---|---|
.husky | ||
joinlemmy-translations@19ff27de57 | ||
lemmy-docs@98cf34ba2c | ||
lemmy-instance-stats@c8841c0dcd | ||
lemmy-translations@cb91fdeb05 | ||
src | ||
.babelrc | ||
.dockerignore | ||
.drone.yml | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.gitmodules | ||
.prettierrc.js | ||
deploy.sh | ||
Dockerfile | ||
generate_translations.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
update_submodules.sh | ||
webpack.config.js | ||
yarn.lock |
JoinLemmy-site
Requirements
- Docker
Running
docker build . -t joinlemmy-site
docker run -p 3000:1234 joinlemmy-site
and goto http://localhost:3000