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

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.

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