https://github.com/fixate/google-sheets-bug-reporter
A small submission form allowing users to submit bug reports to Google sheets
https://github.com/fixate/google-sheets-bug-reporter
Last synced: 2 months ago
JSON representation
A small submission form allowing users to submit bug reports to Google sheets
- Host: GitHub
- URL: https://github.com/fixate/google-sheets-bug-reporter
- Owner: fixate
- Created: 2016-10-13T07:08:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T10:54:30.000Z (about 7 years ago)
- Last Synced: 2025-01-04T08:37:41.201Z (4 months ago)
- Language: JavaScript
- Size: 507 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Sheets Bug Submission Form
A starter for quickly creating a bug reporting form to submit to Google Sheets.
Uses Foundation for styling.
Tasks are managed in `gulp/tasks`.
Gulp builds assets to `dist/` which BrowserSync serves.
## Getting Started
```shell
$ npm install
```## Getting Down To Business
Dev:
```shell
$ npm run dev
```Build:
```shell
# build to ./build
$ npm run build
```Deploy to AWS:
```shell
# add environment variables to .env
$ npm run deploy:aws
```### License
MIT: http://fixate.mit-license.org/