Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```