Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/obetomuniz/minasdev.org

@minasdev Website
https://github.com/obetomuniz/minasdev.org

comunidade dev gerais minas minasdev

Last synced: about 1 month ago
JSON representation

@minasdev Website

Awesome Lists containing this project

README

        

# Minas Dev Website

## Installation

```
$ git clone https://github.com/minasdev/minasdev.org.git
$ npm install
```

## CLI

#### Run the Development Mode

```
$ npm run build
$ npm run dev
```

#### Run the Production Mode

```
$ npm run build
$ npm run prod
```