Markdown live was made using react, redux and material ui amongst other libraries on the frontend and express with socket.io on the backend.
- Translations supported with i18next and react-i18next
- Dark / light theming
- Markdown renderization with react-markdown
- Live preview and user chat interaction with socket.io
# Clone this repository
$ git clone https://github.com/alewis729/mdlive
# Go into the repository
$ cd mdlive
# Install dependencies
$ npm install
Create a .env
file with the contents of example.env
. Then, run the app locally.
# Run the app
$ npm run dev
There are some known issues that, for the time being, are listed here along with some other improvements.