Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.