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

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

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/