Skip to main content
The Deno 2 Release Candidate is here
Learn more

Pathisync

Description: Deno library that allows you to sync a repository with your flow server

Setup

  • Ensure you have Deno installed on your machine
  • Run the command deno run --allow-read --allow-write https://deno.land/x/pathisync/init.ts new_folder_name
  • Navigate to the new folder created, this is your project
  • Follow the instruction in the README.md created to do your initial first sync
  • Initialize git in your new folder to track changes