Go to file
Dessalines 5e1235c404 Making language a different color 2021-03-30 10:04:03 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@8a980bc918 Add a section thanking contributors. Fixes #27 2021-03-25 10:56:30 -04:00
lemmy-docs@b92b50adce Add a section thanking contributors. Fixes #27 2021-03-25 10:56:30 -04:00
lemmy-translations@4b82eeaaf4 Add a section thanking contributors. Fixes #27 2021-03-25 10:56:30 -04:00
src Making language a different color 2021-03-30 10:04:03 -04:00
.babelrc Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
.dockerignore Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
.drone.yml Only push latest. 2021-03-15 15:20:58 -04:00
.eslintignore Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
.eslintrc.json Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
.gitignore Adding i18n support. Fixes #6 (#34) 2021-03-22 13:22:23 +00:00
.gitmodules Add a section thanking contributors. Fixes #27 2021-03-25 10:56:30 -04:00
.prettierrc.js Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
Dockerfile Fixing docker build. 2021-03-23 12:37:49 -04:00
LICENSE Mostly working. 2020-09-28 13:59:32 -05:00
README.md Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
deploy.sh Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
generate_translations.js Add a section thanking contributors. Fixes #27 2021-03-25 10:56:30 -04:00
package.json Using countries library instead. 2021-03-29 13:12:35 -04:00
tsconfig.json Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
update_translations.sh Add a section thanking contributors. Fixes #27 2021-03-25 10:56:30 -04:00
webpack.config.js Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
yarn.lock Using countries library instead. 2021-03-29 13:12:35 -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