How do I pull a project onto my machine?
Learn how to pull your project from Blutui onto your machine for development.
Create a directory for your project
Navigate into a directory of your choice and run the following command to create a fresh directory for your project:
mkdir my_site_1Generate a configuration file
Let's generate a courier.json configuration file, assuming your site handle is my_site_1, run the following command:
courier init -H my_site_1 -s my_site_1.blutui.comPull your project files
Finally, let's pull the project files from Blutui onto your machine. Run the following command to pull your project:
courier pullLast updated on