Backend Development
Environment Setup
Prerequisites
- Install Devenv on your system.
- Ensure you have a compatible package manager (e.g.,
nix
).
Getting Started
-
Clone the repository:
bash git clone https://github.com/4t-24/4ctf && cd 4ctf
-
Start the development environment:
bash devenv up
-
Open a development shell:
bash devenv shell
Features and Usage
Environment Variables
Installed Packages
git
for version control.go
for backend development.golangci-lint
for linting Go code.
Installed Tools
air
: A live-reloading tool for Go development, installed automatically during setup.
Development Shell
You can enter the development shell by using : devenv shell
.
This allows you to have all the necessary tools to develop properly.