Commentable text

This is the result of an assignment that I made for a job interview, I spent approximately 5 hours on it.

Install

npm install
# or
yarn install

Develop

npm run watch

Then open index.html.

Build

NODE_ENV=production npm run build