Skip to content

hungnh103/markdown_customizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Customizer

Setup

Local development

Clone repo, navigate into it, run below commands:

yarn install
yarn start

Then open browser at http://localhost:3000/ to enjoy.

Local test

Execute script to create a production build:

yarn build

A new folder build/ will be appear at project root directory. Go to chrome://extensions/, turn on Developer mode and load it:

image

Now we can test extension directly at local machine.

References

Documentation for Chrome extensions developers:
https://developer.chrome.com/docs/extensions/

Official samples for Chrome Extensions:
https://github.com/GoogleChrome/chrome-extensions-samples