Skip to content
Snippets Groups Projects
Commit ecd4a98d authored by hamed17n's avatar hamed17n
Browse files

feat: add licence and readme.md

parent 2c9e4765
No related branches found
No related tags found
No related merge requests found
LICENSE 0 → 100644
Copyright 2018 Miare Team.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
{
"name": "miare-dls",
"description": "Miare Design Language",
"name": "milingo",
"description": "Miare Design Language(Milingo)",
"main": "dist/index.js",
"author": "Miare <dev@mia.re> (https://mia.re)",
"version": "0.0.1",
......@@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "https://gitlab.com/miare/design-language.git"
"url": "https://github.com/miare-ir/Milingo"
},
"devDependencies": {
"@storybook/addon-viewport": "^3.4.2",
......
# Miare Design Language (Milingo)
The Miare Design Language is a React component library with associated assets and styles available to use, as well as any other project you may choose to use this library with.
### Install Dependencies
```
yarn install
```
### Building
This uses `webpack` to build:
```
yarn install
yarn build
```
### Storybook
React Storybook is an easy way to develop components with real-time feedback, run in the browser. To run Storybook, just run:
```
yarn start
```
Then go to: http://localhost:9001/
Enjoy!
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment