mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
No description
e755b7cc4e
* Adding about page * Updating submodules * Updating submodules * Fix adding lemmy-docs to update_submodules * Externalized about page text. |
||
---|---|---|
.husky | ||
joinlemmy-translations@74ec39c7c6 | ||
lemmy-docs@089ddd39d8 | ||
lemmy-instance-stats@e397d2da34 | ||
lemmy-translations@f9c26e8d45 | ||
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