Skip to content

ddradar/csddr

Repository files navigation

Consumer DDR

release version studio-nuxt-build CodeFactor License Nuxt Studio

家庭用DDR作品の曲リストです。(powered by @nuxt/content)

Development

Environment

  • Node.js >= 18 (required)
  • Visual Studio Code または他のエディタ

CLI Commands

# 依存関係のインストール (Install Dependencies)
> npm install

# コードの記法チェック (run ESLint & Prettier)
> npm run lint
# コードの記法チェック & 自動修正 (run ESLint & Prettier with auto fix)
> npm run fix

# 開発サーバーの起動 (see https://nuxt.com/docs/api/commands/dev)
> npm run dev

# 本番ビルド (Production build)
> npm run build
# 本番ビルドした内容のプレビュー (Preview build assets)
> npm run preview

Contributing

  1. リポジトリをクローンし、新しいブランチを作成します。 / Clone this repository and create new branch.
  2. コードを追加、または変更します。 / Add or fix these codes.
  3. 変更箇所について、下記を確認します。 / Check your changes on:
    • コードの記法ルールに準拠しているか / Compliants lint rules (npm run lint)
    • 正しく表示されるか / Views correctly (npm run dev)
  4. プルリクエストを送ります。 / Create a pull request.
    • 変更内容について、タイトルと詳細にわかりやすく記述してください。 / Please write a title and detail to clarify your changes.

Add or Fix Page info

  • /content フォルダ内のMarkdownを編集、または追加します。 / Edit or Create Markdown files on /content folder.
    • 新規の場合は、テンプレートを基に作成してください。 / Please create new flies from templetes. (Series page/Song page)