The official web app for lemmy.
Go to file
2020-09-15 10:55:38 -05:00
lemmy-translations@fcb7155d12 Updating translations. 2020-09-12 18:00:32 -05:00
src Adding some logging. 2020-09-15 10:55:38 -05:00
.babelrc Somewhat working webpack. Sponsors and communities pages done. 2020-09-06 22:41:46 -05:00
.dockerignore Somewhat working dockerfile, without the networking. 2020-09-09 18:56:02 -05:00
.eslintignore Somewhat working webpack. Sponsors and communities pages done. 2020-09-06 22:41:46 -05:00
.eslintrc.json Adding prettier 2020-08-23 00:04:58 -04:00
.gitignore Partly functioning fuse-box, but moving te webpack now. 2020-09-06 11:15:25 -05:00
.gitmodules Test submodules (#6) 2020-09-10 15:22:21 -04:00
.prettierrc.js Adding prettier 2020-08-23 00:04:58 -04:00
deploy.sh Set up docker deploys. Fixes #4 2020-09-10 14:49:33 -05:00
Dockerfile Set up docker deploys. Fixes #4 2020-09-10 14:49:33 -05:00
generate_translations.js Test submodules (#6) 2020-09-10 15:22:21 -04:00
LICENSE Adding prettier 2020-08-23 00:04:58 -04:00
package.json Upgrading deps. 2020-09-14 10:27:13 -05:00
README.md Updating readme. 2020-09-13 16:00:45 -05:00
tsconfig.json Somewhat working webpack. Sponsors and communities pages done. 2020-09-06 22:41:46 -05:00
webpack.config.js Inferno helmet SSR. 2020-09-10 23:03:01 -05:00
yarn.lock Upgrading deps. 2020-09-14 10:27:13 -05:00

lemmy-isomorphic-ui

The official web app for Lemmy, written in inferno.

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