Dejvino's Curriculum Vitae
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 325 B

1 year ago
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.