Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firmata/firmatabuilder.com
source for firmatabuilder.com
https://github.com/firmata/firmatabuilder.com
Last synced: 4 days ago
JSON representation
source for firmatabuilder.com
- Host: GitHub
- URL: https://github.com/firmata/firmatabuilder.com
- Owner: firmata
- License: mit
- Created: 2015-05-24T03:24:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T07:45:34.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:06:02.950Z (7 months ago)
- Language: HTML
- Homepage: http://firmatabuilder.com
- Size: 328 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
## Prerequisites
- node
- npm
- nodemon (optional)```
// if using nodemon
npm install -g nodemon
```## Setup
```
npm install
```## Run locally
```
nodemon app.js
```## Deploy
TODO - figure out a contributor-friendly automated deploy flow.
Until then, only the project admin (@soundanalogous) can deploy.
```
cd /var/www/firmatabuilder.com
git pull origin master
npm install (only if there are changes to firmata-builder or other modules)
pm2 restart app
```