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_1

You can now navigate into the newly created directory:

cd my_site_1

Generate 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.com

Pull your project files

Finally, let's pull the project files from Blutui onto your machine. Run the following command to pull your project:

courier pull

Last updated on