Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1457 - Refer to Yarn consistently in Clay README #1454

Merged
merged 1 commit into from
Jan 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,31 +99,31 @@ If you want to contribute to this project and do not know where to start [good f
3. Install project dependencies:

```
yarn install
yarn
```

4. Install dependencies for each package and link them together:

```
npm run lerna
yarn lerna
```

5. Build all packages

```
npm run build
yarn build
```

6. Start a local server on port 4000

```
npm run start
yarn start
```

7. Run tests:

```
npm run test
yarn test
```

#### Clayui.com
Expand All @@ -137,29 +137,23 @@ cd clayui.com

2. Install dependencies:
```
yarn install
```

or

```
npm install
yarn
```

3. Run in development environment
```
npm run develop
yarn develop
```

If you want to test in a production environment so that you do not take risks of inconsistencies, in the root folder:

```
npm run site
yarn site
```

### Important
Since travis is failing on executing a11y tests due to out of date suid you need to execute `npm run pa11y` locally before sending any pr to verify we're following accessibility standars.

## License

BSD License © Liferay, Inc.
BSD License © Liferay, Inc.