Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdgmanagua/www
GDG Managua website
https://github.com/gdgmanagua/www
Last synced: 3 days ago
JSON representation
GDG Managua website
- Host: GitHub
- URL: https://github.com/gdgmanagua/www
- Owner: gdgmanagua
- Created: 2015-03-21T03:43:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T07:21:54.000Z (almost 6 years ago)
- Last Synced: 2024-11-15T17:42:53.819Z (2 months ago)
- Language: JavaScript
- Homepage: https://gdgmanagua.com
- Size: 13.6 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GDG Managua Website
## CLI Commands
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# test the production build locally
npm run serve
```