Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.72 KB

readme.md

File metadata and controls

62 lines (43 loc) · 1.72 KB

LAME BOY camera

A Game Boy Camera clone in the web.

Built with Typescript, React & Parcel.

Running locally

This was built using the yarn package manager, but npm will probably work fine.

Install the deps:

$ yarn install

Run locally:

$ yarn dev

Parcel will serve the site at localhost:1234

Build for production:

$ yarn build

Parcel will output the build in ./dist/

Deploy to github pages:

$ yarn deploy

gh-pages cli tool will deploy eveything in the ./dist folder to the configured github pages branch.

TODO

  • Full refactor. The site is in a bad state due to starting out as a proof of concept and me being lazy. 🙄
  • Implement full test suite with the goal of all future development being TDD.
  • Overhaul UI to make settings UX more appropriate.
  • More frames.
  • More palettes.
  • Options for scaled image downloads.
  • Camera reel for reviewing past photos, changing frames and palettes after the fact.
  • Convert to PWA.
  • ???
  • Profit...

Credits