Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

ryomanden/visual-contents

Repository files navigation

ビジュアルコンテンツデザイン

履修:6s
中間課題でイタリアンのサイトを作りました。
完成したサイト →

yarn

install

yarn install

develop

yarn dev

code format

yarn next format

code check

yarn next lint --fix

version update

yarn version [ --major | --minor | --patch | --premajor | --preminor | --prepatch | --prerelease ]
git push origin --tags

using package

  • Emotion - CSS in JS
  • Tailwind CSS - CSS framework
  • Twin.macro - Tailwind-CSS in JS
  • ESLint - コードのチェック
  • Prettier - コードの整形
  • husky - git commitの時に自動でリント・整形

source

クローン元 Twin.examples →
元の README →