https://azukiazusa1.github.io/my-resume-builder/
- Node.js 14.17.4
- Yarn 1.22.11
yarn
cp .env.example .env.local
yarn dev
# or
yarn dev:mock # enable mock server by msw
yarn test:watch
yarn lint:fix
yarn format
yarn storybook
- Set up Google OAuth 2.0 https://support.google.com/cloud/answer/6158849?hl=en
- Then, Copy the client ID and client secret to the .env.local file
GOOGLE_CLIENT_ID= // client id here...
GOOGLE_CLIENT_SECRET= // client secret here...