https://github.com/evangipson/recipe-book
A way to keep your recipes organized, with search included.
https://github.com/evangipson/recipe-book
firebase firebase-authentication recipe recipe-app recipe-website tailwindcss typescript vue vuefire
Last synced: 2 months ago
JSON representation
A way to keep your recipes organized, with search included.
- Host: GitHub
- URL: https://github.com/evangipson/recipe-book
- Owner: evangipson
- License: agpl-3.0
- Created: 2019-06-23T22:15:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:56:39.000Z (over 2 years ago)
- Last Synced: 2025-01-23T04:29:03.378Z (4 months ago)
- Topics: firebase, firebase-authentication, recipe, recipe-app, recipe-website, tailwindcss, typescript, vue, vuefire
- Language: Vue
- Homepage: https://evangipson.com/food
- Size: 2.43 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipe Book
Recipe Book is a way to keep your recipes organized, with search included.| Recipe Book Readme |
|---|
| [Built With](#built-with) |
| [Contributing](#contributing) |# Built With
* [Vue](https://vuejs.org/)
* [TypeScript](https://www.typescriptlang.org/)
* [Tailwind](https://tailwindcss.com/)
* [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
* [Visual Studio Code](https://code.visualstudio.com/)
* [Google Chrome](https://www.google.com/chrome/)
* [npm](https://www.npmjs.com/)# Contributing
I'm glad you'd like to help make Recipe Book better! If you could, make an [Issue for Recipe Book](https://github.com/evangipson/recipe-book/issues), so that the improvements can be logged and made.If you choose to fork or clone the code and create a pull request, that's fine! Here are some instructions to get your dev environment running.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```