Skip to content
An unofficial extension for Fallen London that checks your Messages tab for you.
JavaScript CSS
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
dist
src
.eslintrc.js
.gitignore
README.md
package.json
webpack.config.js
yarn.lock

README.md

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:

  1. yarn watch will compile the sources into an unpacked extension in the build/ directory and watch for changes (useful for development);
  2. yarn build compiles as above without watching; and
  3. yarn dist builds a ZIP with the current version number in the dist/ directory.
You can’t perform that action at this time.