👍🎉 First off, thanks for taking the time to contribute! 🎉👍
Before you begin:
- Have you read the code of conduct?
- Check out the existing issues & see if there is already an opened issue.
Please click here and select Bug report
option to create a GitHub issue for the bug report.
Please click here and select Feature request
option to create a GitHub issue for the feature request.
Please click here and select Question
option to create a GitHub issue to ask your question. You can also use GitHub Discussions to ask question about Twester or get any help.
This project was bootstrapped with Electron React Boilerplate (ERB). To understand the project structure and electron specific things, checking out ERB's documentation might be a good place to start.
This is my first electron project and I am sure this boilerplate might have some bloat stuff that Twester doesn't use. Please feel free to make a PR to remove them.
If you have installation or compilation issues with this project, please see ERB's debugging guide.
Clone the repo via git and install dependencies:
git clone https://github.com/twesterapp/twester.git
cd twester
yarn
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package