Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasgluten/hasgluten
Quick and Accurate Gluten-Free Foods List
https://github.com/hasgluten/hasgluten
Last synced: 29 days ago
JSON representation
Quick and Accurate Gluten-Free Foods List
- Host: GitHub
- URL: https://github.com/hasgluten/hasgluten
- Owner: hasgluten
- Created: 2015-01-07T22:31:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T09:55:30.000Z (about 9 years ago)
- Last Synced: 2024-08-04T00:11:00.216Z (4 months ago)
- Language: JavaScript
- Homepage: http://hasgluten.com
- Size: 588 KB
- Stars: 66
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-food - hasgluten - Quick and Accurate Gluten-Free Foods List. (Food-related projects)
README
HasGluten
=========Quick and Accurate Gluten-Free Foods List.
Built with React and Google Sheets as the sole backend.
Made with ♥ and no gluten.
Setup
-----Clone the repo, then:
```sh
$ npm install
$ ln -s ../components/material-ui/src/ node_modules/material-ui
$ cd components/material-ui
$ npm install
```Development
-----------```sh
$ gulp
```The public files are in `hasgluten.github.io` -- you can guess why.
Server-side rendering
---------------------```sh
$ npm start
$ ./download.sh
```