Proclub Design System written in React; may you bring your idea to life
will be published soon
- Clone this repository
- cd into this repository
- run these commands in your shell
$ npm install
$ npm run build
$ npm link
- in your project folder that use pinoccio add this line as dependancy in package.json
"dependancies": {
...
"aurora": "path/to/aurora"
...
}
import React from 'react'
import { HelloWorld } from 'aurora';
class SomeContainer extends React.Component {
render() {
return <HelloWorld name="proclub"/>
}
}
Please read our contribution guideline
will be added soon
pinoccio.gitbook.io