This repository contains the necessary files to set up a development container for Docusaurus projects.
Before setting up the development container, make sure you have the following installed:
- Docker
- Visual Studio Code
- Remote - Containers extension for Visual Studio Code
To get started with the development container, follow these steps:
- Clone this repository to your local machine.
- Open the repository in Visual Studio Code.
- Press
Ctrl+Shift+P
(orCmd+Shift+P
on macOS) to open the command palette. - Type "Remote-Containers: Reopen in Container" and select the option.
- Wait for the container to build and start.
- Once the container is ready, you can start working on your Docusaurus project.
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!