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/arena
as a callback URL in your registered application's settings - Set the following variables in
.env.local
KEY VALUE ARENA_APP_ID
UID
from your registered app at dev.are.naARENA_APP_SECRET
Secret
from your registered app at dev.are.naNEXT_AUTH_SECRET
Generate local secret by running openssl rand -base64 32
NEXT_AUTH_URL
https://localhost:3001
- Run
yarn install
- Run
yarn dev
- Visit https://localhost:3001 (bypass unsigned certificate warning)