Skip to content

Commit

Permalink
[core] Update README and add CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Apr 16, 2021
1 parent 1284e8c commit aa67bc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing

Please read contributions guideline on [mantine website](https://mantine.dev/pages/contribute/)
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
# Mantine

![Github banner](./github-banner.svg)

Build better React applications. Mantine is a customizable component library with focus on accessibility and developer experience.
Mantine is a customizable component library with focus on accessibility and developer experience.

## Links

- [Documentation](https://mantine.dev/)
- [Getting Started](https://mantine.dev/getting-started/)
- [Examples](https://mantine.dev/examples/)
- [Contributing](https://mantine.dev/source/)
- [Getting Started](https://mantine.dev/)
- [Examples](https://mantine.dev/pages/examples/)
- [Contributing](https://mantine.dev/pages/contribute/)

## Installation

To start using Mantine you need to install [`@mantine/core`](https://www.npmjs.com/package/@mantine/core) and its peer dependencies:

```sh
# With yarn
yarn add @mantine/core @mantine/hooks react-jss
yarn add react-jss @mantine/theme @mantine/hooks @mantine/core

# With npm
yarn add @mantine/core @mantine/hooks react-jss
npm install react-jss @mantine/theme @mantine/hooks @mantine/core

# With install-peerdeps
# With peerdeps
npx install-peerdeps @mantine/core
```

Expand Down

0 comments on commit aa67bc5

Please sign in to comment.