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

https://github.com/hiswe/db-construct


https://github.com/hiswe/db-construct

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# db-construct

Small static website for db-construct

## prerequisite

- [node js >= 5](https://nodejs.org/en/)

## build

### first and always step

```
npm install
```

### make a release

don't forget to

```
npm run images
```

if it's first installation or assets have changed!

```
npm run release
```

### dev server

```
npm run dev
```

### heroku configuration

`apps` -> `yourapp` -> `settings` -> `reveal config vars`

- dbconstruct_emailOptions__to `Name `
- dbconstruct_emailTransport__host `smtp host (mail.gandi.net)`
- dbconstruct_emailTransport__port `smtp port (25)`
- dbconstruct_emailTransport__auth__user `smtp login`
- dbconstruct_emailTransport__auth__pass `smtp password`