Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 💚😀
- Host: GitHub
- URL: https://github.com/platzi-master-c8/gethired-commons
- Owner: Platzi-Master-C8
- Created: 2021-11-19T01:40:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T22:38:43.000Z (almost 3 years ago)
- Last Synced: 2024-12-03T07:15:32.177Z (about 1 month ago)
- Topics: mui, reactjs, storybook, typescript
- Language: JavaScript
- Homepage: https://platzi-master-c8.github.io/gethired-commons/
- Size: 3.42 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
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
### Prerequisitesnode lts
## Getting StartedInstalling dependencies
```bash
yarn install
```Executing to develop
```bash
yarn dev
```Executing to build
```bash
yarn build
```Executing to test
```bash
yarn test
```
## Design System guidelinesTO-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)