# foundation.eclipse.org ## Getting Started Make sure you have docker and docker-compose installed before getting started. To build or rebuild this project from scratch (Use with caution if you are already working on something as you may lose data): ```bash make clean-install # This will delete your mariadb volume and source code. ``` To resume a dev instance: ```bash make start-dev ```