docs: update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# UnitTCMS
|
# UnitTCMS
|
||||||
|
|
||||||
Open Source Test Case Management Web Application
|
Open Source Test Case Management System
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# UnitTCMS Backend
|
# unittcms Backend
|
||||||
|
|
||||||
## Install dependencies
|
## Install dependencies
|
||||||
|
|
||||||
@@ -11,7 +11,9 @@ npm install
|
|||||||
Create `.env` File
|
Create `.env` File
|
||||||
|
|
||||||
```
|
```
|
||||||
NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:3001
|
FRONTEND_ORIGIN=http://localhost:8000
|
||||||
|
PORT=8001
|
||||||
|
SECRET_KEY=your-secret-key
|
||||||
```
|
```
|
||||||
|
|
||||||
## Set up database
|
## Set up database
|
||||||
@@ -23,7 +25,7 @@ npm run migrate
|
|||||||
## Run the development server
|
## Run the development server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run start
|
node --env-file=.env index.js
|
||||||
```
|
```
|
||||||
|
|
||||||
## Database operation command
|
## Database operation command
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# UnitTCMS Frontend
|
# unittcms Frontend
|
||||||
|
|
||||||
## Install dependencies
|
## Install dependencies
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ npm install
|
|||||||
Create `.env` File
|
Create `.env` File
|
||||||
|
|
||||||
```
|
```
|
||||||
NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:3001
|
NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:8001
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run the development server
|
## Run the development server
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
"Index": {
|
"Index": {
|
||||||
"get_started": "Get Started",
|
"get_started": "Get Started",
|
||||||
"demo": "Demo",
|
"demo": "Demo",
|
||||||
"oss_tcmt": "Open Source Test Case Management",
|
"oss_tcms": "Open Source Test Case Management System",
|
||||||
"web_application": "Web Application",
|
|
||||||
"integrate_and_manage": "Integrate and manage all your software testing.",
|
"integrate_and_manage": "Integrate and manage all your software testing.",
|
||||||
"oss_title": "Open Source",
|
"oss_title": "Open Source",
|
||||||
"oss_detail": "UnitTCMS is free and open source. The application can be self-hosted. It can be deployed in environments with strict security requirements.",
|
"oss_detail": "UnitTCMS is free and open source. The application can be self-hosted. It can be deployed in environments with strict security requirements.",
|
||||||
@@ -19,7 +18,7 @@
|
|||||||
"case_run": "Test Runs"
|
"case_run": "Test Runs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
"title": "Open Source Test Case Management Tool",
|
"title": "Open Source Test Case Management System",
|
||||||
"description": "Integrate and manage all your software testing",
|
"description": "Integrate and manage all your software testing",
|
||||||
"docs": "Docs",
|
"docs": "Docs",
|
||||||
"projects": "Projects",
|
"projects": "Projects",
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
"Index": {
|
"Index": {
|
||||||
"get_started": "テスト管理を始める",
|
"get_started": "テスト管理を始める",
|
||||||
"demo": "デモ",
|
"demo": "デモ",
|
||||||
"oss_tcmt": "オープンソーステストケース管理",
|
"oss_tcms": "オープンソーステストケース管理システム",
|
||||||
"web_application": "ウェブアプリケーション",
|
|
||||||
"integrate_and_manage": "ソフトウェア開発にかかわるすべてのテストを統合管理",
|
"integrate_and_manage": "ソフトウェア開発にかかわるすべてのテストを統合管理",
|
||||||
"oss_title": "オープンソース",
|
"oss_title": "オープンソース",
|
||||||
"oss_detail": "UnitTCMSは無料でオープンソースです。アプリケーションをセルフホストすることができます。セキュリティ要件の厳しい環境でも導入することができます。",
|
"oss_detail": "UnitTCMSは無料でオープンソースです。アプリケーションをセルフホストすることができます。セキュリティ要件の厳しい環境でも導入することができます。",
|
||||||
@@ -19,7 +18,7 @@
|
|||||||
"case_run": "テストラン"
|
"case_run": "テストラン"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
"title": "オープンソーステストケース管理ツール",
|
"title": "オープンソーステストケース管理システム",
|
||||||
"description": "ソフトウェア開発にかかわるすべてのテストを統合管理",
|
"description": "ソフトウェア開発にかかわるすべてのテストを統合管理",
|
||||||
"docs": "ドキュメント",
|
"docs": "ドキュメント",
|
||||||
"projects": "プロジェクト",
|
"projects": "プロジェクト",
|
||||||
|
|||||||
@@ -28,9 +28,7 @@ export default function MainTitle({ locale }: Props) {
|
|||||||
class: 'lg:text-5xl md:text-5xl sm:text-5xl text-5xl',
|
class: 'lg:text-5xl md:text-5xl sm:text-5xl text-5xl',
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
{t('oss_tcmt')}
|
{t('oss_tcms')}
|
||||||
<br />
|
|
||||||
{t('web_application')}
|
|
||||||
</h1>
|
</h1>
|
||||||
<h4 className={subtitle({ class: 'mt-4' })}>{t('integrate_and_manage')}</h4>
|
<h4 className={subtitle({ class: 'mt-4' })}>{t('integrate_and_manage')}</h4>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user