Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.63 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.63 KB

Appcrons

Appcrons optimizes the uptime of your free backend instance on Render by sending automated requests, preventing it from shutting down due to inactivity.

Documentation

For full documentation, visit appcrons.netlify.app.

Deployment status

Netlify Status

Installation

To install the Appcrons frontend repo locally, follow these steps:

Prerequisites

  • Ensure you have Node.js 18+ installed. You can download it from nodejs.org.
  • Ensure you have pnpm installed. You can install it globally using npm:
    npm install -g pnpm

Steps

  1. Clone the repository:

    https://github.com/Tibz-Dankan/appcrons-web.git
    
    cd appcrons-web
  2. Install dependencies:

    pnpm install
    
  3. Start the application:

    pnpm run dev
    
  4. Visit the application:

Open your browser and navigate to http://localhost:3000.

The application should now be running on http://localhost:3000.