Files
ap_pos/.gitignore
Marco Gallegos 4a841917f8 feat: Add initial setup page and functionality for admin account creation
- Created setup.html for the initial configuration of the admin account.
- Implemented setup.js to handle form submission and validation.
- Added logo images for branding.
- Introduced storage.js for API data handling (load, save, remove).
- Added styles.css for consistent styling across the application.
2025-08-25 08:01:30 -06:00

16 lines
173 B
Plaintext

# Dependencies
/node_modules
# Local Database
ap-pos.db
# Environment variables
.env
*.env.local
*.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*