https://github.com/stophecom/artframe-editor
Online editor for ArtFrame e-paper frames. Based on flatdraw drawing app.
https://github.com/stophecom/artframe-editor
Last synced: 8 months ago
JSON representation
Online editor for ArtFrame e-paper frames. Based on flatdraw drawing app.
- Host: GitHub
- URL: https://github.com/stophecom/artframe-editor
- Owner: stophecom
- License: mit
- Created: 2024-01-28T15:48:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T21:31:14.000Z (over 2 years ago)
- Last Synced: 2025-04-01T16:17:46.356Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://artframe-editor.vercel.app
- Size: 888 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArtFrame Editor
Simple editor designed to work together with [Framelabs](https://framelabs.eu/) ArtFrames e-paper displays. Create and manage images to be displayed on your digital art frames.
This project is heavily based on [Flatdraw](https://github.com/diogocapela/flatdraw) - A simple canvas drawing web application with responsive UI.
Built using [TypeScript](https://typescriptlang.org), [React](https://react.dev), and [Next.js](https://nextjs.org).
**Live demo:** [artframe.stophe.com](https://artframe.stophe.com)
## Requirements
- [Node.js](https://nodejs.org) (the specific version is defined in the [`.nvmrc`](.nvmrc) file)
## Getting started
Install all the dependencies.
```bash
pnpm install
```
Run the development server.
```bash
pnpm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## License
Open source under the terms of the [MIT License](/LICENSE).