Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.7 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.7 KB

HubEditor

HubEditor has the goal to create an editor that will allow you to link your github profile with the editor and have a showcase of your repositories. From there you can select a repository and open files in order to edit them. The idea is that all changes are automatically applied back to the repository after saving the files.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Get started

To get started, fork this repo and run following commands. Check prerequisites in our CONTRIBUTING guidelines.

git clone https://github.com/<YOUR GITHUB USERNAME>/HubEditor.git

cd HubEditor

yarn start

Note: If you run into the cannot find rxjs/operators module issue try to run npm install in the Hubeditor/client folder.

In case of any trouble, check the Troubleshooting section in your CONTRIBUTING guidelines.

License

This project is licensed under the MIT License - see the LICENSE.md file for details