-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
508 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ name: Build & Deploy | |
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
tags: | ||
- 'v*' | ||
|
||
jobs: | ||
build-and-deploy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<h1 align="center">Cookbook</h1> | ||
|
||
<p align="center"> | ||
<img src="./assets/icon.png" height="100px" /> | ||
<br /> | ||
My cookbook made with Expo (React Native), in TypeScript. | ||
<br /> | ||
<a href="https://stantanasi.github.io/cookbook"> | ||
<strong>Visit Website »</strong> | ||
</a> | ||
<br /> | ||
<br /> | ||
<a href="https://github.com/stantanasi/cookbook/issues">Report Bug</a> | ||
· | ||
<a href="https://github.com/stantanasi/cookbook/issues">Request Feature</a> | ||
</p> | ||
|
||
<details> | ||
<summary>Table of Contents</summary> | ||
|
||
- [About the project](#about-the-project) | ||
- [Built with](#built-with) | ||
- [Getting started](#getting-started) | ||
- [Prerequisites](#prerequisites) | ||
- [Setup](#setup) | ||
- [Development](#development) | ||
- [Contributing](#contributing) | ||
- [Author](#author) | ||
- [License](#license) | ||
</details> | ||
|
||
## About the project | ||
|
||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli). | ||
|
||
My cookbook made with Expo, in TypeScript. | ||
|
||
### Built with | ||
|
||
- [Expo](https://expo.dev) | ||
- [React Native](https://reactnative.dev) | ||
- [React Navigation](https://reactnavigation.org) | ||
|
||
|
||
## Getting started | ||
|
||
### Prerequisites | ||
|
||
Install [Node.js](https://nodejs.org) which includes [Node Package Manager](https://www.npmjs.com/get-npm) | ||
|
||
Install the [Expo CLI](https://www.npmjs.com/package/expo-cli) globally: | ||
```bash | ||
npm install -g expo-cli | ||
``` | ||
|
||
### Setup | ||
|
||
1. Clone the project to your local machine | ||
|
||
```bash | ||
git clone https://github.com/stantanasi/cookbook.git | ||
cd cookbook | ||
``` | ||
|
||
2. Install the packages required | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
## Development | ||
|
||
Run development mode | ||
|
||
```bash | ||
npm run start | ||
``` | ||
|
||
## Contributing | ||
|
||
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. | ||
|
||
1. Fork the project | ||
2. Create your feature branch (`git checkout -b feature/amazing-feature`) | ||
3. Commit your changes (`git commit -m 'Add some amazing feature'`) | ||
4. Push to the branch (`git push origin feature/amazing-feature`) | ||
5. Open a pull request | ||
|
||
## Author | ||
|
||
- [Lory-Stan TANASI](https://github.com/stantanasi) | ||
|
||
## License | ||
|
||
This project is licensed under the `Apache-2.0` License - see the [LICENSE](LICENSE) file for details | ||
|
||
<p align="center"> | ||
<br /> | ||
© 2024 Lory-Stan TANASI. All rights reserved | ||
</p> |
Oops, something went wrong.