-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve contribution docs (#184)
- Loading branch information
Showing
3 changed files
with
10 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,17 @@ | ||
NEXT_PUBLIC_APP_URL=http://localhost:3000 | ||
|
||
# The `/apps/dev/` folder is a Next.js app that is used to develop and test Outstatic. | ||
# REQUIRED Environment variables | ||
OST_GITHUB_ID=YOUR_GITHUB_OAUTH_ID | ||
OST_GITHUB_SECRET=YOUR_GITHUB_OAUTH_SECRET | ||
OST_TOKEN_SECRET=A_32CHAR_RANDOM_STRING_FOR_YOUR_TOKEN_SECRET | ||
OST_REPO_SLUG=THE_REPOSITORY_SLUG | ||
# If empty AND on Vercel, your OST_REPO_SLUG defaults to VERCEL_GIT_REPO_SLUG | ||
OST_REPO_SLUG=outstatic | ||
OST_REPO_BRANCH=main | ||
OST_CONTENT_PATH=outstatic/content | ||
OST_MONOREPO_PATH=apps/dev | ||
|
||
# OPTIONAL Environment variables | ||
|
||
# If empty, OST_REPO_BRANCH defaults to main | ||
# OST_REPO_BRANCH=THE_REPOSITORY_BRANCH | ||
# For more information visit: https://outstatic.com/docs/environment-variables | ||
|
||
# # If empty, OST_REPO_OWNER the GitHub username of the logged in account will be used | ||
# OST_REPO_OWNER=THE_REPO_OWNER | ||
|
||
# # OST_CONTENT_PATH is the path of where content is saved, if empty it defaults to outstatic/content | ||
# OST_CONTENT_PATH=outstatic/content | ||
|
||
# # Specify monorepo folder of your Outstatic content | ||
# OST_MONOREPO_PATH=apps/web | ||
|
||
# For more information visit: https://outstatic.com/docs/environment-variables | ||
# If you want to deploy your own instance of Outstatic visit https://outstatic.com/docs/getting-started | ||
# You can also download the repository and use the `/examples/blog` folder as a starting point for your own site. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters