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

https://github.com/arondight/arondight.github.io


https://github.com/arondight/arondight.github.io

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# arondight.github.io

## About

Source of [arondight.github.io](http://arondight.github.io).

## Dependencies

1. `bash`
2. `git`
3. `npm` and `npx`

## Usage

### INIT

```sh
git clone https://github.com/Arondight/arondight.github.io.git
cd arondight.github.io
npm install
```

### Build and Serve

```sh
npm run serve
```

> Then visit [localhost:4000](http://localhost:4000) in browser.

### Push

```bash
npm run deploy
```

## LICENSE

[MIT License](LICENSE).