https://github.com/cafca/tapir-draw
https://github.com/cafca/tapir-draw
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cafca/tapir-draw
- Owner: cafca
- License: mit
- Created: 2022-02-02T19:45:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T16:50:49.000Z (over 4 years ago)
- Last Synced: 2025-03-05T00:43:18.167Z (over 1 year ago)
- Language: TypeScript
- Size: 2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beep-boop
TLDraw demo with [p2panda](https://github.com/p2panda/handbook) as a backend.
## Requirements
* Node.js
* Rust
## Development
```bash
# Install Node dependencies
npm install
# Run development server (via http://localhost:4000)
npm run start
# Start native application in development mode (make sure the development
# server runs simultaneously)
npm run tauri:start
# Check linter errors
npm run lint
# Build static files for web hosting
npm run build
# Build native desktop application
npm run tauri:build
```
## License
[`MIT`](LICENSE)