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

https://github.com/mvsde/miyagi-minimal

Minimal setup for miyagi for debugging purposes
https://github.com/mvsde/miyagi-minimal

Last synced: about 2 months ago
JSON representation

Minimal setup for miyagi for debugging purposes

Awesome Lists containing this project

README

        

# miyagi minimal setup

## Requirements

* [Node.js](https://nodejs.org/)

## Installation

```sh
npm install
```

## Usage

```sh
# Start dev server
npm run start

# Create static build
npm run build
```