opentofu / opentofu.org

The OpenTofu Website

Home Page:https://opentofu.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenTofu

OpenTofu

Stack

  • Docusaurus
  • React
  • TypeScript
  • Tailwind CSS

Working with this repository

Cloning the repository

This repository uses git submodules to pull in the main OpenTofu repository. You can clone it using the following two steps:

  1. Clone the repository:
git clone git@github.com:opentofu/opentofu.org.git
  1. Fetch the documentation:
cd opentofu.org
git submodule init
git submodule update

Running the dev server locally

You can run the dev server if you have a local NodeJS/npm environment installed:

  1. Install dependencies:
npm i
  1. Start the development server:
npm run start

You can now access the site locally at http://localhost:3000/

Running the dev server in a container

You can also run the dev server in a container with the following command:

docker compose up --build

About

The OpenTofu Website

https://opentofu.org/

License:Apache License 2.0


Languages

Language:TypeScript 79.7%Language:JavaScript 10.1%Language:CSS 5.0%Language:MDX 4.8%Language:HTML 0.4%Language:Dockerfile 0.1%Language:Shell 0.0%