Skip to content

porink0424/porink0424.github.io

Repository files navigation

porink0424-portfolio

Stacks Summary

Pre-requirements

❯ node --version
v20.8.1

❯ yarn --version
1.22.19

Getting Started

Run the development server:

yarn dev

Build the app for production:

yarn build

and, output will be in ./out directory.

TODO

  • cssの整理
    • importantをなくすなど
  • font変更?
  • まじめにSSRを考える
    • "use client"をできるだけなくすなど
  • SSRとしてのi18n対応
  • colorの設定方法を見直す