/phoenix-config

🐦 Configuration for the window management tool Phoenix

Primary LanguageTypeScriptMIT LicenseMIT

Phoenix configuration

This is my personal Phoenix configuration, written in TypeScript, based on mafredri's repo aslo using his typings.

Building

yarn && yarn run typings
yarn run build

The TypeScript compiler and Webpack will produce out/phoenix.js that can be used as Phoenix configuration.

For development, yarn start will run Webpack in watch-mode.