A playful web-based command line interface with a MacOS-inspired design. Cookie Shell combines a sleek UI with fun cookie-themed commands, blending functionality and lighthearted interactions.
Key Features
π¨ MacOS-style UI with a cute, minimal design
π» Basic CLI utilities (ls, cd, clear, exit)
πͺ Cookie Jar commands (bake, eat, fortune, fun)
π Evil Cookie Jar for playful interactions (bonk, throw, fight, jealous, angry)
π Theme switching to customize the shellβs look
Tech Stack
- Next.js (framework)
- TypeScript (type safety)
- React (UI components)
- TailwindCSS (styling)
Installation
Follow these steps to set up Recoverly locally:
-
Clone the repository:
git clone https://github.com/Irenity0/cookie-shell-app
-
Navigate to the project directory:
cd cookie-shell-app
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
Usage
Once the project is set up, you can:
-
Start the Development Server:
Run the following command and access the project athttp://localhost:3000/
:npm run dev
-
Build for Production:
Create a production-ready build using:npm run build
-
Start the Production Server:
After building, run:npm start
-
Deploy:
The easiest way to deploy is with Vercel:vercel