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