This repo contains the source code and documentation powering Orca Docs
If you are looking for the Orca code, please see the Orca Monorepo. This Repo is only for landing page and documentation.
- Git
- Node: any 12.x version starting with v12.0.0 or greater
- Yarn: See Yarn website for installation instructions
- A fork of the repo (for any contributions)
- A clone of the Orca Docs repo on your local machine
- cd
orca-docs
to go into the project root yarn
to install the website's npm dependencies
yarn start
to start the hot-reloading development server (powered by Docusaurus)- open
http://localhost:3000
to open the site in your favorite browser
git checkout main
from any folder in your localorca-docs
repositorygit pull origin main
to ensure you have the latest main codegit checkout -b the-name-of-my-branch
(replacingthe-name-of-my-branch
with a suitable name) to create a branch
git add -A && git commit -m "My message"
(replacingMy message
with a commit message, such asFix a typo in
) to stage and commit your changesgit push my-fork-name the-name-of-my-branch
- Go to the Orca Docs repo and you should see recently pushed branches.
- Follow GitHub's instructions.
MIT.