Keep track of all your favorite doggos! Built on Gatsby and Dog API.
-
Install NPM packages
npm install
-
Run script
npm run develop
-
Go to http://localhost:8000/
-
Install NPM packages
npm install
-
Build Docker
docker-compose build
-
Spin up Docker
docker-compose up
-
Go to http://localhost:8000/
Note: ./entrypoint.sh must have execute permissions on the host. Run
chmod +x ./entrypoint.sh