new.arcana.computer

(At some point, I'll archive the old site and rename this one.)

Stack

  • This is built primarily using Next.js.
  • I use Tailwind CSS for styling and a healthy dose of Heroicons for icons.
  • This site is deployed through Vercel.
  • Almost all of the data is either authored using MDX; structured content like my content catalogs are stored in Airtable.

Usage

This application requires Node 16.

$ git clone https://github.com/jmduke/new.arcana.computer.git
$ cd new.arcana.computer
$ npm install
$ npm run dev