app-with-opal

Apps ディレクトリ / Apps Directory

このディレクトリには、Opal で作成されたアプリケーションが保存されます。

This directory contains applications created with Opal.

アプリの追加 / Adding Apps

各アプリは個別のフォルダに保存してください。フォルダ名はアプリ名を表すものにしてください。

Each app should be stored in its own folder. The folder name should represent the app name.

apps/
└── your-app-name/
    ├── README.md          # アプリの説明 / App description
    ├── index.html         # メインファイル / Main file
    ├── assets/            # 画像、CSS、JSなど / Images, CSS, JS, etc.
    └── ...

必須ファイル / Required Files

各アプリフォルダには、以下の情報を含む README.md を追加してください:

Each app folder should include a README.md with the following information: