Appcrons optimizes the uptime of your free backend instance on Render by sending automated requests, preventing it from shutting down due to inactivity.
For full documentation, visit appcrons.netlify.app.
To install the Appcrons frontend repo locally, follow these steps:
- 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
-
Clone the repository:
https://github.com/Tibz-Dankan/appcrons-web.git cd appcrons-web
-
Install dependencies:
pnpm install
-
Start the application:
pnpm run dev
-
Visit the application:
Open your browser and navigate to http://localhost:3000.
The application should now be running on http://localhost:3000.