Clone the MicroGen repo from GitHub. After cloning you will want to remove the git folder and run git init
to start a fresh git repository.
- Login to Tina Cloud or create a new account.
- Go to projects and create a new Custom Project.
- Follow the steps to select your forked repo. (add http://localhost:3000 as the site URL)
- Click on your new project and save the client ID for later use.
When you're ready you can setup a site on Fleek running off your repo. You will need to setup environment variables for Tina.
You can upgrade your project to the latest version of MicroGen by checking out the MicroGen repo and then merging it into your project. Be careful not to overwrite your projects /content/index.md
file.
cd path/to/your-project
git remote add microgen-tina /path/to/microgen-tina
git fetch microgen-tina --tags
git merge --allow-unrelated-histories microgen-tina/main
git remote remove microgen-tina
- If you edit environment variables remember you must redeploy your project on Vercel for the new variables to take effect.