The official web app for lemmy.
Go to file
2020-11-30 14:28:00 -06:00
lemmy-translations@0c14a2c3a1 Updating translations. 2020-11-25 14:27:49 -06:00
src Logging out user on account deletion. Fixes #84 2020-11-30 14:28:00 -06:00
.babelrc
.dockerignore
.eslintignore
.eslintrc.json
.gitignore
.gitmodules
.prettierrc.js
CONTRIBUTING.md Add link to contributing docs. Fixes #43 2020-10-03 11:11:00 -05:00
deploy.sh Changing name to lemmy-ui. Fixes #12 2020-09-15 12:22:50 -05:00
Dockerfile COPY requires / suffix 2020-10-23 15:14:42 +03:00
generate_translations.js
LICENSE
package.json Updating deps. 2020-11-18 13:17:01 -06:00
README.md Changing name to lemmy-ui. Fixes #12 2020-09-15 12:22:50 -05:00
test_deploy.sh Adding test deploy script. 2020-09-23 08:57:25 -05:00
tsconfig.json
update_translations.sh Fixing update translation script. 2020-11-25 14:28:45 -06:00
webpack.config.js Fixing webpack lint. 2020-10-26 19:54:05 -05:00
yarn.lock Updating deps. 2020-11-18 13:17:01 -06:00

lemmy-ui

The official web app for Lemmy, written in inferno.

Based off of MrFoxPro's inferno-isomorphic-template.