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

https://github.com/kutyel/hyre

proof of concept :)
https://github.com/kutyel/hyre

Last synced: 8 months ago
JSON representation

proof of concept :)

Awesome Lists containing this project

README

          

# Hyre

Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).

# Build

```
npm run build
```

# Build + Watch

```
npm run start
```

# Editor

If you use `vscode`, Press `Windows + Shift + B` it will build automatically