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

https://github.com/chriy/chriy.github.io

https://chriy.github.io
https://github.com/chriy/chriy.github.io

documentation

Last synced: about 1 year ago
JSON representation

https://chriy.github.io

Awesome Lists containing this project

README

          

# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ npm install
```

### Local Development

```
$ npm run start
```

The `npm run start` command builds your website locally and serves it through a development server, ready for you to
view at http://localhost:3000/.

### Build

```
$ npm run build
```