A small blog post to give folks an intro into perceptrons.
First, install dependencies using
yarn install
Start the server so that any changes to JavaScript or CSS files will be automatically re-compiled. This also sets up an HTTP server to serve the site at https://localhost:8080
yarn start