Dejvino's Curriculum Vitae
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 325 B

1 yıl önce
12345678910111213141516171819
  1. # cv
  2. Dejvino's Curriculum Vitae
  3. ## Build
  4. ```
  5. npm install
  6. # Development - served on http://localhost:3000/ with auto-reload
  7. npm run dev
  8. # Production - output in ./dist/
  9. npm run build
  10. ```
  11. ## Info
  12. Uses React with Bootstrap and NextJs, compiles a static HTML/CSS/JS web page that can be easily served from any webhosting.