Skip to content
Snippets Groups Projects
user avatar
Nastassia Danilova authored
e0d8c386
History

Kenoma

Instance-independent client for Pleroma. Built with Ionic React

screenshot

Requirements

You will need the following things installed on your computer.

Usage

To start Kenoma locally on http://localhost:3000

# install dependencies
npm install -g yarn @ionic/cli
yarn

# serve with hot reload at localhost:8080
yarn start

# build for production with minification
yarn build

# run tests
yarn test

#linting
yarn lint

Note

Uses Pleroma-api as a dependency.