Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Aug 20, 2024
2 parents 1436a54 + 0c96a10 commit bebf0aa
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 93 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build & Deploy

on:
push:
branches:
- main
tags:
- 'v*'

jobs:
build-and-deploy:
Expand Down
100 changes: 100 additions & 0 deletions README.md
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>
Loading

0 comments on commit bebf0aa

Please sign in to comment.