Skip to main content

Making a Project

Making a Project

Let's create a new project and call it 'TeachingCode' (spaces aren't allowed in project names)

Click on 'Playground' and select 'Manage Projects'

image

Click on 'Add a New Project'

image

Create a new project called TeachingCode and press Save

image

You should now be in your new Playground. In the top-left of the black navbar you will see 'Playground / TeachingCode'.

Now let's pull the code down from GitHub. Click on the 'Folders' menu, then click 'Packages'

image

Click 'Pull'

image

In the GitHub URL enter https://github.com/LLAW3301/docassemble-LLAW3301TeachingCode

image

Click on Pull

You will be returned to the Package screen. A banner will appear across the top of your screen telling you the repository (or 'package') has been uploaded and you will also notice the Package name has changed and information about the package has been populated.

image

Click on <Back to go to your playground. Click on the Folders menu and you will see a list of files from the package.

image

You now have a copy of all the code used in this textbook in your local Playground. That should save you a bit of typing as we move on.