2020-11-19 16:42:07 +00:00
|
|
|
# Custom frontend example for Lemmy
|
2018-04-03 17:49:11 +00:00
|
|
|
|
2020-11-19 16:42:07 +00:00
|
|
|
## Development
|
2017-08-06 00:20:53 +00:00
|
|
|
|
|
|
|
Install the dependencies...
|
|
|
|
|
|
|
|
```bash
|
2020-11-19 16:42:07 +00:00
|
|
|
apt install yarn
|
|
|
|
yarn install
|
|
|
|
yarn run dev
|
2020-07-21 14:41:38 +00:00
|
|
|
```
|
2019-11-16 20:13:05 +00:00
|
|
|
|
2020-11-19 16:42:07 +00:00
|
|
|
## License
|
2017-08-06 00:20:53 +00:00
|
|
|
|
2020-11-19 16:42:07 +00:00
|
|
|
[GNU Affero General Public License v3.0](./LICENSE)
|