This is Nahue's personal website built with Gatsby.
Install git and docker-compose.
Clone this repository:
git clone https://github.com/nahueespinosa/nahuelespinosa.com.ar nahue-site
Change directory to your local repository and bring up the docker image:
cd nahue-site
docker-compose up --build
Open localhost:8000
in your web browser.
To attach a terminal to the running container use:
docker exec -it nahue-site-app bash
To remove the containers use:
docker-compose down
The source code is licensed under MIT. Feel free to use it.
All rights reserved for the content folder (blog posts, images, etc.).