Cron Expression Generator

Easy to use editor for crontab schedules.

Development Setup

Prerequisites

  • Node.js (recommended version: 16+)
  • Package Manager (this project is using Yarn)

Setting Up a Project

  1. Clone this repository:

    git clone https://github.com/zenvers/cron.git
    
  2. Install dependencies:

    yarn
    
  3. Start the development server:

    yarn dev
    
  4. Open development site: http://localhost:3000.

Deployment

This project is deployed on Surge using our Build Workflow.