Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lowdefy/lowdefy-example-node


https://github.com/lowdefy/lowdefy-example-node

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

A production Lowdefy server that runs using Node.js is published on npm as [@lowdefy/server-node](https://www.npmjs.com/package/@lowdefy/server-node).

## Running the server

### Step 1 - npm install

Run:
```
npm install
```

### Step 2 - Build the Lowdefy project

Build the Lowdefy configuration files in the project by running:

```
npm run build
```

### Step 4 - Start the server

To start the server, run:

```
npm run start
```