Markee App is a markdown editor. This project was developed at Brainn.Co Bootcamp.
You can view the project layout via this link. You must have a Figma account to access it.
- React
- Typescript
- Styled Components
Clone the repository and access the folder.
$ git clone https://github.com/joaooliveiradev/markee-app
$ cd markee-app
Install dependencies.
$ yarn
# or
$ npm install
To start the project, follow the steps below.
$ yarn dev
# or
$ npm run dev
Open localhost:3000 to view in browser.