Are.na Multiplexer is a tiling window manager for Are.na
Hosted at https://arena-mux.michaelguidetti.info
- Fork and clone this repo
- Register an application with Are.na at https://dev.are.na/oauth/applications
- Add
https://localhost:3001/api/auth/callback/arenaas a callback URL in your registered application's settings - Set the following variables in
.env.localKEY VALUE ARENA_APP_IDUIDfrom your registered app at dev.are.naARENA_APP_SECRETSecretfrom your registered app at dev.are.naNEXT_AUTH_SECRETGenerate local secret by running openssl rand -base64 32NEXT_AUTH_URLhttps://localhost:3001 - Run
yarn install - Run
yarn dev - Visit https://localhost:3001 (bypass unsigned certificate warning)
