ngx-markdown icon indicating copy to clipboard operation
ngx-markdown copied to clipboard

Demo instructions are incomplete/confusing

Open pdavis68 opened this issue 7 months ago • 2 comments

The demo instructions at https://jfcere.github.io/ngx-markdown are as follows:


A demo is available @ https://jfcere.github.io/ngx-markdown and its source code can be found inside the demo directory.

The following commands will clone the repository, install npm dependencies and serve the application @ http://localhost:4200/

git clone https://github.com/jfcere/ngx-markdown.git
npm install
npm start

So a few things:

  • The link takes you to the page you're already on.
  • The instructions are lacking cd ngx-markdown after the git clone line.
  • I had to do npm install --legacy-peer-deps
  • Going to http://localhost:4200 takes you to page that looks identical to the page at https://jfcere.github.io/ngx-markdown.

I can see that there's a demo directory, but it's unclear to me from the instructions, how to actually run the demo. ngx-markdown

pdavis68 avatar Jul 10 '24 21:07 pdavis68