Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 400 Bytes

File metadata and controls

25 lines (18 loc) · 400 Bytes

Aphrodite Engine CLI Command Generator

Mostly vibe coded, will hire someone to make it look better.

Getting Started

To run the application locally:

# Install dependencies
npm install

# Start the development server
npm start

The application will open in your browser at http://localhost:3000.

Dev

npm run format
npm run format:check
npm run lint
npm run lint:fix