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

https://github.com/whaaaley/state-sync-demo


https://github.com/whaaaley/state-sync-demo

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# state-sync-demo (wip)

This project is hosted here https://state-sync-demo.netlify.app/

# Build and Develop

Notable make targets. See the Makefile for a full list.

```sh
$ make # build for production
$ make start # start the development server
$ make clean # delete /node_modules, /public, /tmp, and package-lock.json
```