A modern Node.js application built with pnpm.
- Node.js >= 18.0.0
- pnpm >= 8.0.0
pnpm install# Run the application
pnpm start
# Run in development mode with auto-restart
pnpm devpnpm start- Run the applicationpnpm dev- Run in development mode with file watchingpnpm test- Run tests (to be implemented)pnpm lint- Run linting (to be implemented)pnpm format- Format code (to be implemented)
pixel-gem/
├── src/
│ └── index.js # Main application entry point
├── package.json # Project configuration
├── .gitignore # Git ignore rules
├── LICENSE # License file
└── README.md # This file
- Node.js - Runtime environment
- pnpm - Package manager
- ES Modules - Modern JavaScript modules
This project is licensed under the ISC License - see the LICENSE file for details.
Add your project description here