Skip to content

Latest commit

 

History

History
executable file
·
35 lines (27 loc) · 922 Bytes

README.md

File metadata and controls

executable file
·
35 lines (27 loc) · 922 Bytes

resume

japanese traditional resume/cv on web.

resume screenshot

contains

  • Yarn
  • PostCSS
  • autoprefixer
  • postcss-custom-properties
  • postcss-import
  • postcss-nested
  • stylelint
  • stylefmt
  • Browsersync

development

yarn install   # Init

yarn css       # Build css
yarn w-css     # Watch css
yarn lint-css  # Lint css

yarn serve     # Edit start while w-css and autoreload on localhost:3000

yarn build     # Build resume in dist/
yarn deploy    # Build and Deploy to gh-pages

and also you can deploy to heroku.

concept

it is supposed to be printed as well as web browsing. please try printing directly using the print function of various web browsers.

Web ブラウジングだけでなく、印刷されることも想定しています。各種 Web ブラウザーの印刷機能を使って直接印刷してみて下さい。