2 min read
Kitler Libary

Installation

Follow these steps to set up Recoverly locally:

  1. Clone the repository:

    git clone https://github.com/Irenity0/cookie-shell-app
    
  2. Navigate to the project directory:

    cd cookie-shell-app
    
  3. Install dependencies:

    npm install
    
  4. Start the development server:

    npm run dev
    

Usage

Once the project is set up, you can:

  1. Start the Development Server:
    Run the following command and access the project at http://localhost:3000/:

    npm run dev
    
  2. Build for Production:
    Create a production-ready build using:

    npm run build
    
  3. Start the Production Server:
    After building, run:

    npm start
    
  4. Deploy:
    The easiest way to deploy is with Vercel:

    vercel