1

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
2

You can now navigate into the newly created directory:

cd my_site_1
3

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
4

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

Was this helpful?