Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
/ sugar Public archive

Mastodon Client built with Nuxt.js and Electron.

License

Notifications You must be signed in to change notification settings

netalkGB/sugar

Repository files navigation

Sugar

Realtime Mastodon Client built with Nuxt.js and Electron.
screenshot

Development

yarn

yarn dev

or

yarn start

npm

npm run dev

or

npm start

Unit test

yarn

yarn test

npm

npm run test

Lint

yarn

yarn lint

npm

npm run lint

Format

yarn

yarn fmt

npm

npm run fmt

Packaging

yarn

yarn package

npm

npm run package