This repository contains a template for setting up new data example repos in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:
# NAME is the name to give the new repository
gh repo create NAME --template seedcase-project/template-example-repo
To add Poetry:
cd new-project
poetry init
Search for NAME
and REPO
and replace them with the name of your project and the repository name. Then look for any TODO
items.
Use the commands found in spaid
repo to run the next setup steps.