ngx-markdown
ngx-markdown copied to clipboard
Demo instructions are incomplete/confusing
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.