Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richard-pamintuan/test-if-ec-frontend


https://github.com/richard-pamintuan/test-if-ec-frontend

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# プロジェクト名

lf-ec
EC 社用のフロントエンド

## 目次

- [インストール方法](#インストール方法)

## インストール方法

```
yarn
yarn dev
```

## ブランチ

### `main` ブランチ

最新の安定版コードを格納しているブランチ。`main` ブランチにマージすると Stg 環境の S3 にアプリケーションがデプロイされる。

### `develop` ブランチ

機能追加やバグ修正はこのブランチに対して行われ、`main` ブランチにマージされる前の最終テストを行う。`develop` ブランチにマージすると Dev 環境の S3 にアプリケーションがデプロイされる。

## タグ

### `release-**` タグ

リリースタグ。`release-**` のフォーマットでタグを切ると、Prod 環境の S3 にアプリケーションがデプロイされる。