russellbeattie/hypertext-editor

Improve README with build instructions

dwoske opened this issue · 0 comments

dwoske commented

Nice little editor.

Suggestion : nowhere in the README describes how to build and run the app.

I looked at the repo, saw a package.json ... so...

npm install
npm start
open web browser to http://localhost:8080

Which worked, but not everyone should be expected to know that... or maybe you intend something different.

Did I miss the install instructions somewhere?