Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 30 days 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
```