-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
23 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ representative at an online or offline event. | |
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported to the community leaders responsible for enforcement at email: | ||
<[email protected]>. | ||
<[email protected]>. | ||
All complaints will be reviewed and investigated promptly and fairly. | ||
|
||
All community leaders are obligated to respect the privacy and security of the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,26 +13,13 @@ A React Component Library, Where Buttons Look Like Buttons. | |
|
||
![Moai preview](https://user-images.githubusercontent.com/5953369/123528873-5b3de480-d715-11eb-8c02-50a04f2d83f9.png) | ||
|
||
- Website: [moaijs.com](https://moaijs.com) | ||
- Documentation: [docs.moaijs.com](https://docs.moaijs.com) | ||
- Docs: [moai.thien.do](https://moai.thien.do) | ||
- NPM: [@moai/core](http://npmjs.com/package/@moai/core) | ||
- License: [MIT](./LICENSE) | ||
|
||
### Contributing | ||
|
||
- [Contributing Overview](./.github/CONTRIBUTING.md): Report bugs, request features, write code and improve documentation. | ||
- [Design Principles](https://docs.moaijs.com/?path=/docs/intro-principles--page): The unique traits that lead Moai's design and development. | ||
- [Design Principles](https://moai.thien.do/?path=/docs/intro-principles--page): The unique traits that lead Moai's design and development. | ||
- [Development](./.github/DEVELOP.md): Codebase overview and local development setup. | ||
- [Code of Conduct](./.github/CODE_OF_CONDUCT.md): How we treat each other. | ||
|
||
### Get in touch | ||
|
||
- Email: [[email protected]](mailto:[email protected]) | ||
- For 1-1 support, security reports, business, etc. | ||
- Chat: [we-build-vn.slack.com](https://chat.webuild.community/) | ||
- For community support, QAs, discussions, etc. | ||
- Look for "webuild-oss" channel | ||
- We speak English and Vietnamese | ||
- Repository: [moaijs/moai](https://github.com/moaijs/moai/issues) | ||
- For bug reports, feature requests, code contribution, etc. | ||
- See also: [Contributing Overview](./.github/CONTRIBUTING.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ | |
"bugs": { | ||
"url": "https://github.com/moaijs/moai/issues" | ||
}, | ||
"homepage": "https://moaijs.com", | ||
"email": "[email protected]", | ||
"homepage": "https://moai.thien.do", | ||
"email": "[email protected]", | ||
"peerDependencies": { | ||
"react": ">=16", | ||
"react-dom": ">=16" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
"url": "git+https://github.com/moaijs/moai.git" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://moaijs.com", | ||
"email": "[email protected]", | ||
"homepage": "https://moai.thien.do", | ||
"email": "[email protected]", | ||
"dependencies": { | ||
"@babel/core": "^7.14.8", | ||
"@storybook/addon-docs": "^6.3.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ | |
"bugs": { | ||
"url": "https://github.com/moaijs/moai/issues" | ||
}, | ||
"homepage": "https://moaijs.com", | ||
"email": "[email protected]", | ||
"homepage": "https://moai.thien.do", | ||
"email": "[email protected]", | ||
"dependencies": { | ||
"@moai/core": "*" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters