Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

batect/batect.dev

Batect Website

Build Status License

Are you looking for Batect's documentation?

Visit batect.dev.

Development

This website is built using Docusaurus 2, and, naturally, uses Batect to manage development and testing tasks.

Run ./batect --list-tasks to see available tasks such as setting up a fresh clone, building the site, serving it locally and checking for broken links or formatting issues.

To run the site locally while editing:

  • Run ./batect setup to download dependencies
  • Run ./batect start to compile the website, then visit http://localhost:3000 to preview the site