Go to file
Dessalines c10d2f4a76 Moving javascript disabled warning to top. 2020-09-14 10:26:24 -05:00
lemmy-translations@fcb7155d12 Updating translations. 2020-09-12 18:00:32 -05:00
src Moving javascript disabled warning to top. 2020-09-14 10:26:24 -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
Dockerfile Set up docker deploys. Fixes #4 2020-09-10 14:49:33 -05:00
LICENSE Adding prettier 2020-08-23 00:04:58 -04:00
README.md Updating readme. 2020-09-13 16:00:45 -05:00
deploy.sh 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
package.json Adding support for join messages. Fixes #8 2020-09-13 10:37:23 -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 Adding support for join messages. Fixes #8 2020-09-13 10:37:23 -05:00

README.md

lemmy-isomorphic-ui

The official web app for Lemmy, written in inferno.

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