Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goh-chunlin/haneul
UX Standard Guidelines: Materialise the user values with upgraded total experience.
https://github.com/goh-chunlin/haneul
css design-system mithriljs
Last synced: 27 days ago
JSON representation
UX Standard Guidelines: Materialise the user values with upgraded total experience.
- Host: GitHub
- URL: https://github.com/goh-chunlin/haneul
- Owner: goh-chunlin
- License: apache-2.0
- Created: 2022-10-27T05:28:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T14:19:29.000Z (about 2 years ago)
- Last Synced: 2024-11-10T22:28:32.116Z (3 months ago)
- Topics: css, design-system, mithriljs
- Language: JavaScript
- Homepage: https://haneul-design.web.app/
- Size: 1.63 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haneul (하늘)
UX Standard Guidelines: Materialise the user values with upgraded total experience.## Getting Started
1. Download LTS version of Node.js from the [Node.js](https://nodejs.org/en/);2. Install dependency library with the command below:
```
npm install
```3. Build the web app with the following command.
```
npm run build
```4. Start the website with the command below:
```
npm run serve
```5. Done.