Skip to content

KodiStudios/pixel-gem

Repository files navigation

Pixel Gem

A modern Node.js application built with pnpm.

🚀 Getting Started

Prerequisites

  • Node.js >= 18.0.0
  • pnpm >= 8.0.0

Installation

pnpm install

Development

# Run the application
pnpm start

# Run in development mode with auto-restart
pnpm dev

Scripts

  • pnpm start - Run the application
  • pnpm dev - Run in development mode with file watching
  • pnpm test - Run tests (to be implemented)
  • pnpm lint - Run linting (to be implemented)
  • pnpm format - Format code (to be implemented)

📁 Project Structure

pixel-gem/
├── src/
│   └── index.js          # Main application entry point
├── package.json          # Project configuration
├── .gitignore           # Git ignore rules
├── LICENSE              # License file
└── README.md            # This file

🛠️ Built With

  • Node.js - Runtime environment
  • pnpm - Package manager
  • ES Modules - Modern JavaScript modules

📝 License

This project is licensed under the ISC License - see the LICENSE file for details.

🎮 About Pixel Gem

Add your project description here

About

Project to copy pictures from iCloud onto local hard drives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors