Dejvino's Curriculum Vitae
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 325 B

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.