Crontastic
Task Automation Tool
Requirements
Before you get started, ensure you have the following installed:
- Node.js
- pnpm
- Go
- Air
- SQLite
- Templ
Quick Start
-
Set Up Environment Variables
Copy the example environment file and modify it as needed:
cp .env.example .env
-
Install Dependencies
Run the following commands to install the necessary dependencies:
pnpm install
go get -u all
-
Run the Application
Start the development server in one terminal:
pnpm dev
Then, in another terminal, run:
air
Building the Project
To build the project, use:
pnpm build
go build -o crontastic
Running the Executable
After building, you can run the application with:
./crontastic