1. Source to Dashboard on Rill Cloud in 5 Steps
prerequisites
You will need to install Rill.
By the end of this course, you will have a deployed instance of your project in Rill Cloud, and your 30 day trial will start. This also prepares you for the Advanced Features Course that builds on top of this project.
Start Rill Developer
rill start my-rill-tutorial
After running the command, Rill Developer should automatically open in your default browser. If not, you can access it via the following url:
localhost:9009
You should see the folowing webpage appear.
Let's go ahead and select Start with an empty project
.
Where am I in the terminal?
You can use the pwd
command to see which directory in the terminal you are.
If this is not where you'd like to make the directory use the cd
command to change directories.
Was this content helpful?