Skip to content

ARterraCo/arterraco.github.io

Repository files navigation

https://docs.arterra.co is built using Docusaurus 2, a modern static website generator.

Local Development

# Install dependencies
yarn

# This command starts a local development server and opens up a browser window.
# Most changes are reflected live without having to restart the server.
yarn start

# Build command generates static content into the `build` directory 
# and can be served using any static contents hosting service.
yarn build

Deployment

  1. Create MR to dev branch.
  2. When new changes are added to dev branch GitHub Actions will build and deploy new version to https://docs.arterra.co.

Deployment from local machine

These commands generate static web files and deploy to gh-pages branch on Github

# Using SSH:
USE_SSH=true yarn deploy


# Not using SSH (You will be promoted to use your PAT):
GIT_USER=<Your GitHub username> yarn deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •