Fallen London Social Notifications
Building the source
To build the source, you'll need a working copy of Node and Yarn. After running yarn install, the Yarn commands to build are as follows:
yarn watchwill compile the sources into an unpacked extension in thebuild/directory and watch for changes (useful for development);yarn buildcompiles as above without watching; andyarn distbuilds a ZIP with the current version number in thedist/directory.