https://github.com/hiswe/db-construct
https://github.com/hiswe/db-construct
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiswe/db-construct
- Owner: Hiswe
- Created: 2016-02-10T03:02:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T10:28:49.000Z (about 9 years ago)
- Last Synced: 2025-02-03T22:33:04.873Z (over 1 year ago)
- Language: JavaScript
- Size: 412 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`