This project uses Next.js + Tina
- clone the repo or a fork of the repo
cd tina-starter-alpaca
- Add a file called .env to the root of the project that looks like this
# OAuth App Credentials from GitHub
GITHUB_CLIENT_ID=***
GITHUB_CLIENT_SECRET=***
# The path to your repository in GitHub
REPO_FULL_NAME=<GitHub Username>/<Repo Name>
# The base branch that new changes and forks are created from. Defaults to 'master'.
BASE_BRANCH=feature/open-authoring
You can learn more about how to generate these credentials here
- Install dependencies and run the doc starter:
yarn install
yarn dev
npm install
npm run dev
- Your doc starter should be up and running on http://localhost:3000!
You will have to generate a new set of keys with the url in vercel
Deploy it to the cloud with Vercel (Documentation).