About the project | Installation | How to contribute
It's a simple application to edit your markdown.
The project was developed over the bootcamp proposed by Brainn Co.
// 1 - Git Clone
git clone https://github.com/TiagoBehenck/markee-web
// 2 - Installing the dependencies
yarn install
// 3 - Run the application
yarn dev
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
;
Made with ♥ by Tiago 👋 See my linkedin!