https://github.com/exane/test-repo
https://github.com/exane/test-repo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exane/test-repo
- Owner: exane
- Created: 2016-02-01T16:01:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T19:02:30.000Z (over 9 years ago)
- Last Synced: 2025-02-09T13:32:47.147Z (4 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-repo
A simple test-repo for fume-deploy. It includes a basic gulp builder and a config file.
```
npm install
npm run gulp
```Edit config/cfg.js and set key to 'abc123'
Create a file called 'SECRET_TEXT.txt' and put it in the root directory.
```
npm run app
```Should output the first 10 results of the fibonacci sequence.