Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

53 lines (34 loc) · 1.13 KB

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

If you have found an issue or would like to request a new feature, simply create a new issue detailing the request. We also welcome pull requests. See below for information on getting started with development and submitting pull requests.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Found an Issue?

If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our GitHub Repository. Even better you can submit a Pull Request with a fix.

Developing

Fork the repo and clone it.

git clone https://github.com/your-username/OneClick.git

cd OneClick

Install dependencies

npm install

Run dev server

npm start

Build website

npm run build

Build chrome extension

npm run build:extension:chrome

Build firefox extension

npm run build:extension:firefox