Description: Deno library that allows you to sync a repository with your flow server
- Ensure you have Deno installed on your machine
- Run the command
deno run jsr:@usu/pathisync/init new_folder_name - If you leave off the new_folder_name, the init script will set up everything in your current folder
- 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