https://github.com/mborik/coloraceeditor
Online pixelart screen editor for Tesla PMD 85, an 8-bit personal micro-computer produced in eighties of 20th century in former Czechoslovakia. Built on React and BlueprintJS UI framework.
https://github.com/mborik/coloraceeditor
pixel-editor pixelart pmd85 pwa react web-application
Last synced: about 2 months ago
JSON representation
Online pixelart screen editor for Tesla PMD 85, an 8-bit personal micro-computer produced in eighties of 20th century in former Czechoslovakia. Built on React and BlueprintJS UI framework.
- Host: GitHub
- URL: https://github.com/mborik/coloraceeditor
- Owner: mborik
- License: mit
- Created: 2019-06-25T13:20:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T18:12:23.000Z (3 months ago)
- Last Synced: 2025-02-12T19:27:11.076Z (3 months ago)
- Topics: pixel-editor, pixelart, pmd85, pwa, react, web-application
- Language: TypeScript
- Homepage: https://pmd85.borik.net/colorace/
- Size: 1.62 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ColorACE Screen Editor
Online pixelart screen editor for Tesla PMD 85, an 8-bit personal micro-computer produced in eighties of 20th century in former Czechoslovakia.
This is the second, _TypeScriptified_ iteration of this project built on [React](https://reactjs.org/) and [BlueprintJS UI framework](https://blueprintjs.com).
## Available Scripts
Project based on [Create React App](https://facebook.github.io/create-react-app/docs/getting-started) so, in the project directory you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.