Skip to content Getting Started | CurioCity

Getting Started

Before we get started, we need to setup a few things. First, we need to create a Github Repository to store our code.

Setting up a Github repository

[TODO: Add a video here].

  1. If you do not have a Github account, you will need to create one here.

  2. You will need to install the Github CLI on your local machine. You can download it here.

  3. Once you have a Gitub account and have downloaded the Github CLI, you’ll need to create a new repository. Instructions are here. The main steps are:

  • Go to your online Github account and click on the + button in the top right corner of the page and select New repository.
  • Choose a name for the repository, e.g. ml-apps.
  • Initialize the repository with a README file.
  • Click on the Create repository button.
  • Commit your first change!
  • Clone the repository to your local machine (so you can start coding on your computer).
git clone [insert https url here]

For example:

git clone https://github.com/karenacai/ml-apps.git

This will setup a folder on your computer called project-name that contains the repository you just created.

Setting up your Cursor IDE

If you end up choosing Cursor as your IDE, you will need to do the following setup:

  1. Install the Cursor IDE. Before subscribing for the paid version, you can try out the free version. Once you’ve used up all your free credits, you can use this link to get one free month (instead of the usual 2 weeks).

  2. Once you’ve installed Cursor, you can open up the project-name folder in Cursor.