Right now this can be bypassed by more manual set up of the replit.
- Start new replit using
Python
template -
git clone
boilerplate repository - Move files from cloned directory to the root folder
Repositories with boilerplates can be found at freeCodeCamp.org · GitHub
ie. for GitHub - freeCodeCamp/boilerplate-demographic-data-analyzer the last two steps can be completed by running in Shell
:
git clone https://github.com/freeCodeCamp/boilerplate-demographic-data-analyzer.git
mv boilerplate-demographic-data-analyzer/*.* boilerplate-demographic-data-analyzer/.* .