UNPKG

482 BMarkdownView Raw
1# Contribution
2
3# Git Flow
4
5The crypto-js project uses [git flow](https://github.com/nvie/gitflow) to manage branches.
6Do your changes on the `develop` or even better on a `feature/*` branch. Don't do any changes on the `master` branch.
7
8# Pull request
9
10Target your pull request on `develop` branch. Other pull request won't be accepted.
11
12# How to build
13
141. Clone
15
162. Run
17
18 ```sh
19 npm install
20 ```
21
223. Run
23
24 ```sh
25 npm run build
26 ```
27
284. Check `build` folder
\No newline at end of file