Skip to content

manakpandey/editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Editor_

An online code editor with live preview. Try it out here.

Installation

  • Clone the repository
git clone https://github.com/manakpandey/dyteditor

Pre-requisites

This is required to generate the shareable link.

Make a .env file in the root directory with the following contents:

REACT_APP_PB_KEY=<your-pastebin-api-key>

Running the app locally

yarn
yarn start

Features

  • Syntax highlighting
  • Live Preview
  • Shareable link generation
  • Clean UI