Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 2.26 KB

README.md

File metadata and controls

71 lines (56 loc) · 2.26 KB

Welcome to anafeliu-web 👋

Documentation Maintenance License: MIT Twitter: JavierFeliuA Twitter: aifeliu

Website for anafeliu.com

Install

git clone https://github.com/wanderindev/anafeliu-web.git
cd anafeliu-web
npm install

Usage

During develpment use:

gulp watch

For deployment:

gulp
docker build -t wanderindev/anafeliu-web .
docker push wanderindev/anafeliu-web

Then, from the root of do-kubernetes project:

kubectl delete deployment anafeliu-web
kubectl apply -f ./sites/anafeliu-web.yml

For more information on deploying to a Kubernetes cluster, visit my do-managed-kubernetes repository.

Author

👤 Javier Feliu

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Ana Feliu and Javier Feliu.

This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator