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

https://github.com/coord-e/coord-e.com


https://github.com/coord-e/coord-e.com

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# [coord-e.com](https://coord-e.com/)

[![CI](https://github.com/coord-e/coord-e.com/workflows/CI/badge.svg)](https://github.com/coord-e/coord-e.com/actions?query=workflow%3ACI)
[![deploy](https://github.com/coord-e/coord-e.com/workflows/deploy/badge.svg)](https://github.com/coord-e/coord-e.com/actions?query=workflow%3Adeploy)

## Build

```shell
nix-build
```

## Development

Use `nix-shell`.

### Watch

```shell
# in content/ directory
$ generate-coord-e-com watch
```

### Lint contents

```shell
# in content/ directory
$ npm run lint
```