Quickstart
Let's get you deploying with Ciara.
Installation
Initializing a project
On your project root, run the following command on your terminal:
bash
ciara init
Output
✔ What is your app name? my-website
✔ What is the IP address of the server? 94...
✔ Which port is your application running on? 3000
✔ Would you like to setup a domain? Yes
✔ Enter your domain: example.com
Successfully created ciara.config.json
This command will create an ciara.config.json
on your project root. We talk more about this file on the next section.