flipkart-incubator/phrontend

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contributing Guide

Contributions are always welcome. Before contributing, please read the [CODE OF CONDUCT](CODE_OF_CONDUCT.md)

## Setup

```sh
git clone https://github.com/flipkart-incubator/phrontend
cd phrontend
npm install
```

Now, you can either build **once**,

```sh
npm run build
```

or build incrementally as files change,

```sh
npm run watch
```

## Lint

```sh
npm run lint
```