The official web app for lemmy.
Go to file
Dessalines edcffbbf4b
Test submodules (#6)
* Testing out submodule.

* Fixing translation path.
2020-09-10 15:22:21 -04:00
lemmy-translations@835b932ac3 Test submodules (#6) 2020-09-10 15:22:21 -04:00
src Fixing docker 2020-09-10 11:39:01 -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 Fixing docker 2020-09-10 11:39:01 -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 Fixing docker 2020-09-10 11:39:01 -05:00
README.md Initial commit. 2020-08-22 23:54:33 -04:00
tsconfig.json Somewhat working webpack. Sponsors and communities pages done. 2020-09-06 22:41:46 -05:00
webpack.config.js Fixing docker 2020-09-10 11:39:01 -05:00
yarn.lock Fixing docker 2020-09-10 11:39:01 -05:00

lemmy-isomorphic-ui

A trial run at making an isomorphic UI for lemmy, based off of MrFoxPro's inferno-isomorphic-template.