Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miklb/saturdaytogo
Microsite to highlight minority owned food establishments in Tampa.
https://github.com/miklb/saturdaytogo
Last synced: 10 days ago
JSON representation
Microsite to highlight minority owned food establishments in Tampa.
- Host: GitHub
- URL: https://github.com/miklb/saturdaytogo
- Owner: miklb
- License: mit
- Created: 2020-06-04T19:44:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T13:22:12.000Z (over 4 years ago)
- Last Synced: 2024-10-20T02:48:16.393Z (2 months ago)
- Language: HTML
- Homepage: https://saturdaytogo.club
- Size: 2.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Saturday To Go
Inspired by Tampa civic activist Ed Narain who had been sharing some local minority owned restaurants struggling due to the restrictions neccessary for the health crisis. Original list of restaurants created by him.
## Installation
This project uses [Gulp](https://gulpjs.com) for building the html and processing the CSS using PostCSS.
If you haven't worked with Gulp before, we recommend their [getting started docs](https://gulpjs.com/docs/en/getting-started/quick-start) which includes a link to [Node install steps](https://nodejs.org/en/)
Clone the repository
```{bash}
git clone https://github.com/miklb/saturdaytogo.git
```navigate to the directory
```bash
cd saturdaytogo
```install the Gulp dependencies
```bash
npm i
````Gulpfile` has two main tasks: `build` and `watch`
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## License
[MIT LICENSE](LICENSE)