Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/platzi-master-c8/gethired-commons

This is a repository that will contain all our base components that we will be sharing among the entire team. 💚😀
https://github.com/platzi-master-c8/gethired-commons

mui reactjs storybook typescript

Last synced: about 1 month ago
JSON representation

This is a repository that will contain all our base components that we will be sharing among the entire team. 💚😀

Awesome Lists containing this project

README

        

# Gethired Commons

Is a package to Platzi Master C8 project (Gethired)

## Take a look

TO-DO, in this section will be an link to the user documentation.

## Installation
### Prerequisites

node lts
## Getting Started

Installing dependencies
```bash
yarn install
```

Executing to develop
```bash
yarn dev
```

Executing to build
```bash
yarn build
```

Executing to test
```bash
yarn test
```
## Design System guidelines

TO-DO, in this section will be a link to the design system documentation.

## Contributing

Thank you for being here, we're really happy you decided to contribute to the project.

Before you contribute to the project please make sure to read all items below.

* [Code of Conduct](/CODE_OF_CONDUCT.md)
* [Contributing Guide](/CONTRIBUTING.md)