Docusaurus Devcontainer Repository

This repository contains the necessary files to set up a development container for Docusaurus projects.

Prerequisites

Before setting up the development container, make sure you have the following installed:

  • Docker
  • Visual Studio Code
  • Remote - Containers extension for Visual Studio Code

Getting Started

To get started with the development container, follow these steps:

  1. Clone this repository to your local machine.
  2. Open the repository in Visual Studio Code.
  3. Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) to open the command palette.
  4. Type "Remote-Containers: Reopen in Container" and select the option.
  5. Wait for the container to build and start.
  6. Once the container is ready, you can start working on your Docusaurus project.

Contributing

If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request in this repository.

Happy coding!