-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Kazane Shimizu edited this page Apr 29, 2024
·
26 revisions
Welcome to the Collections wiki!
npx create-collections-app@latest my-app
インストールされるverが古い場合は、npx -y clear-npx-cache
を実行してキャッシュを削除してください。
clone project
cd collections/
mv .env.sample .env
vi .env # edit database settings
yarn migrate:latest
yarn seed:dev
vim /etc/hosts
サブドメインログインをするため以下を追加
ref: https://github.com/nextauthjs/next-auth/discussions/4089#discussioncomment-2290660
127.0.0.1 test.com
127.0.0.1 app.test.com
127.0.0.1 us.test.com
127.0.0.1 ja.test.com
yarn dev
- Semantic Commit Messages
- collections
- CMS
- create-collections-app
- エンドユーザー向けアプリインストーラー
-
npm run compile
/dist が更新されていることを確認 cd dist/
RELEASE=true npm publish
.env に以下を追加する
WEBPACK_BUNDLE_ANALYZER=true