Dejvino's Curriculum Vitae
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 325 B

1 år sedan
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.