Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/obetomuniz/minasdev.org
- Owner: obetomuniz
- License: other
- Created: 2020-11-13T05:57:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T00:10:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T05:17:50.147Z (7 months ago)
- Topics: comunidade, dev, gerais, minas, minasdev
- Language: JavaScript
- Homepage: https://minasdev.org
- Size: 58.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```