Requirements
To have the smoothest development and setup experience, you need to install a few things on your computer. Please install these packages before you start the setup:
- Docker
- Docker Compose
- Git
- AtenaCLI ( optional but we recommend it to explore Atena after installing it )
Make sure that you have all these packages installed and ready to use on your system. To make sure that they work, run these commands:
docker version
docker-compose version
git --version
If it doesn't return any errors, you are good to go. 👍