This repository contains a collection of Jetify Devbox configurations to help Catosplace Engineers set up and manage their development environments efficiently.
Before you can run the Devbox shell, ensure you have the following installed:
- Git - Version control system to clone this repository.
- NixOS - Required for Linux environments.
- Jetify Devbox CLI - Command-line interface for managing Devbox configurations.
- WSL - Recommended for Windows users to run a Linux environment.
-
Clone the repository into a folder called
devboxes
:git clone https://github.com/yourusername/catosplace-devcontainers.git devboxes cd devboxes
-
Access your development environment:
Follow the instructions provided by the Devbox shell to access and use your development environment.
-
Navigate to the appropriate directory:
cd devboxes/engineering-base
-
Run the Devbox shell:
devbox shell
Need to create a .secrets
file with the GITHUB_TOKEN included
GITHUB_TOKEN={YOUR_GITHUB_TOKEN}
This project is licensed under the GNU GPLv3 License. See the LICENSE.md file for details.
For any questions or support, please open an issue on this repository or contact us at [email protected].