traQ-S Frontend
実行にはNode.jsが必要です
$ npm i
$ npm run gen-fonts
$ npm run serve
実行前に一度$ npm run gen-fonts
を実行する必要があります
$ npm run build
フォント以外のビルド
$ npm run build:with-font
フォントを含めたビルド
$ npm run gen-unicode_emojis
絵文字用データの生成 リポジトリに生成物が含まれています このコマンドは更新用です
$ npm run gen-fonts
フォントの生成 リポジトリに生成物が含まれていません
$ npm run test:unit
ユニットテスト実行
$ npm run test:e2e
e2eテスト実行
cypress.env.json
を以下の通りに作成する必要があります
{
"username": "ユーザー名",
"password": "パスワード"
}
$ npm run lint
lintの実行とauto-fixによる修正
$ npm run lint:no-fix
lintの実行(auto-fixなし)