https://github.com/palerdot/fabric-members-board
An interactive fabric canvas showing profile cards of github org members
https://github.com/palerdot/fabric-members-board
Last synced: about 1 year ago
JSON representation
An interactive fabric canvas showing profile cards of github org members
- Host: GitHub
- URL: https://github.com/palerdot/fabric-members-board
- Owner: palerdot
- License: gpl-3.0
- Created: 2024-03-30T06:29:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T09:44:17.000Z (about 2 years ago)
- Last Synced: 2025-02-11T14:51:24.398Z (over 1 year ago)
- Language: Svelte
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fabric Members Board
[Demo Link](https://palerdot.in/fabric-members-board/)
This repo contains an example canvas board created with fabric js that displays members of github organization in an interactive canvas.
### Running locally
```shell
# insall dependencies
pnpm install
# and run locally
pnpm dev
```
### About
The project is bootstrapped with Svelte/Vite setup and deployed via github pages.