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-docsto go into the project root yarnto install the website's npm dependencies
yarn startto start the hot-reloading development server (powered by Docusaurus)- open
http://localhost:3000to open the site in your favorite browser
git checkout mainfrom any folder in your localorca-docsrepositorygit pull origin mainto ensure you have the latest main codegit checkout -b the-name-of-my-branch(replacingthe-name-of-my-branchwith a suitable name) to create a branch
git add -A && git commit -m "My message"(replacingMy messagewith 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.