Skip to content

A HyperCard clone written in Svelte (Work in Progress).

Notifications You must be signed in to change notification settings

oaklandgit/Cardigan-Svelte

Repository files navigation

Cardigan - WORK IN PROGRESS

A HyperCard clone I'm writing in Svelte. Contributors welcome!

WIP Screenshot

Just getting started

Dev

  1. Install Cardigan and dependencies. Cardigan uses Svelte, Vite and json-server.
$ git clone https://github.com/oaklandgit/Cardigan.git
$ cd Cardigan
$ npm install
  1. You'll then need to start the json-server, a database used for development purposes. It will run on port 4000:
$ npm run db
http://localhost:4000/stack
  1. Finally, start Cardigan on port 5173:
$ npm run dev
  1. Point your browser to http://localhost:5173/

What's HyperCard?

It's all here. Truly a work of art created by Bill Atkinson for Apple in the late 80s, with iconography by Susan Kare.

What's with the name Cardigan?

A play on words. "Card Again" 😅

Related projects in the wild

About

A HyperCard clone written in Svelte (Work in Progress).

Topics

Resources

Stars

Watchers

Forks