mguidetti / are.na-multiplexer

A tiling window manager for Are.na

Home Page:https://arena-mux.michaelguidetti.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are.na Multiplexer logo

Are.na Multiplexer

Are.na Multiplexer is a tiling window manager for Are.na

Hosted at https://arena-mux.michaelguidetti.info

Screenshot of Are.na Multiplexer

Development

Setup

  • 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.na
    ARENA_APP_SECRET Secret from your registered app at dev.are.na
    NEXT_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)

About

A tiling window manager for Are.na

https://arena-mux.michaelguidetti.info

License:MIT License


Languages

Language:TypeScript 95.8%Language:CSS 2.8%Language:JavaScript 1.4%