DEV Community

Discussion on: Anyone needing help in open source projects?

Collapse
 
vonheikemen profile image
Heiker

I'm not a part of this project but i think this is a good one.

GitHub logo anapaulagomes / pardal

An accessible and customisable Twitter client

Pardal

An acessible and customizable Twitter client.

Build Status

Configuring

First things first: you must install all dependencies.

npm install
npm start

Testing

npm run test:unit
npm run test:integration

Packaging

This command will generate a Pardal executable for Linux, MacOS and Windows.

npm build

If you're developing on Linux or MacOS, you will need to install Wine to generate versions for Windows.

Collapse
 
wps13 profile image
Willane Paiva

That's a really nice project, thanks for suggesting :)