Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unsignedarduino/paint-by-number
An online, no-account website that allows you to digitally paint by numbers!
https://github.com/unsignedarduino/paint-by-number
bootstrap bootstrap5 color-by-number css gatsby gatsbyjs html html-css-typescript p5js paint-by-number react reactjs typescript
Last synced: about 1 month ago
JSON representation
An online, no-account website that allows you to digitally paint by numbers!
- Host: GitHub
- URL: https://github.com/unsignedarduino/paint-by-number
- Owner: UnsignedArduino
- Created: 2022-08-16T04:12:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T14:35:57.000Z (over 2 years ago)
- Last Synced: 2024-11-10T10:40:13.927Z (3 months ago)
- Topics: bootstrap, bootstrap5, color-by-number, css, gatsby, gatsbyjs, html, html-css-typescript, p5js, paint-by-number, react, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 90.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paint-By-Number
An online, no-account website that allows you to digitally paint by numbers!
> Note: This is a work in progress!
## Install
1. Install Gatsby stuff:
- Node.js (v14.15 or newer)
- Git
- And obviously Gatsby CLI itself (v4 or newer)Check the [Gatsby tutorial](https://www.gatsbyjs.com/docs/tutorial/part-0/#installation-guide) for better steps on installing Gatsby.
2. Clone this repo.
3. `npm install` for dependencies.
4. `npm run prepare` for ESLint precommit hook.## Develop
Use `gatsby develop` to start a development server. Note that hot-module reloading does not work on the `/paint` page, manually reload the page after saving in your editor.
Before commit, make sure to format, (`npm run format`) lint, (`npm run lint`) and type-check. (`npm run typecheck`)
## Build and serve
`gatsby build` and `gatsby serve`.
This site is currently hosted on Gatsby Cloud at [https://paintbynumbermain.gatsbyjs.io/](https://paintbynumbermain.gatsbyjs.io/).