Convert all minus (-
) to dash (—
) in your Markdown files
You’ll need Node.js installed on your computer.
- Clone repository
- Install dependencies
npm install
- Write correct path to your Markdown files in
config.js
"PROJECT_CONFIG": '<your_path_to_project>'
- Start a local server
npm start