Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hasgluten/hasgluten

Quick and Accurate Gluten-Free Foods List
https://github.com/hasgluten/hasgluten

Last synced: about 2 months ago
JSON representation

Quick and Accurate Gluten-Free Foods List

Awesome Lists containing this project

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
```