Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wobsoriano/solid-whiteboard
https://github.com/wobsoriano/solid-whiteboard
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wobsoriano/solid-whiteboard
- Owner: wobsoriano
- Created: 2021-07-05T11:17:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T15:27:36.000Z (over 1 year ago)
- Last Synced: 2024-10-02T08:52:05.930Z (about 1 month ago)
- Language: TypeScript
- Homepage: freehand.vercel.app
- Size: 158 KB
- Stars: 26
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-solid-js - Whiteboard
README
## Solid + Perfect Freehand Whiteboard
Whiteboard example using [Solid](https://www.solidjs.com/) and [perfect-freehand](https://github.com/steveruizok/perfect-freehand)
Demo: https://freehand.vercel.app/
## Usage
```
# Install dependencies
$ npm install# Compiles and hot-reloads for development
$ npm run dev# Compiles and minifies for production
$ npm run build# Vite preview
$ npm run serve
```