Skip to content

jlorenc1986/editor

Repository files navigation

Markdown Editor

A markdown editor written in React , with a minimalistic approach

Project Status

This project is currently in development. Basic markdown rendering is there , advanced features will be developed shortly.

How it looks

editor

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

Run local dev server:

npm run start

To Run all tests:

npm run test

To Run unit tests:

npm run test:unit

To Run e2e tests headless:

npm run test:e2e

To Run e2e tests with ui:

npm run test:e2e:ui

To Run Linter:

npm run lint

To Start local server:

npm run start

To Visit App:

localhost:1234

To build for production

npm run build

Reflection

License

License

MIT License © Lorenc Estrefi

(back to top)