mirror of
https://github.com/franjsco/tomadoro
synced 2025-03-02 18:17:42 +01:00
edit readme
This commit is contained in:
parent
3adce6e457
commit
0ef15bec40
14
README.md
14
README.md
@ -1,4 +1,4 @@
|
|||||||
<h1 align="center">Welcome to tomadoro 👋</h1>
|
<h1 align="center">Welcome to tomadoro 🍅</h1>
|
||||||
<p>
|
<p>
|
||||||
<img alt="Version" src="https://img.shields.io/badge/version-1.7.0-blue.svg?cacheSeconds=2592000" />
|
<img alt="Version" src="https://img.shields.io/badge/version-1.7.0-blue.svg?cacheSeconds=2592000" />
|
||||||
<a href="https://github.com/franjsco/tomadoro/graphs/commit-activity" target="_blank">
|
<a href="https://github.com/franjsco/tomadoro/graphs/commit-activity" target="_blank">
|
||||||
@ -26,10 +26,19 @@ npm install
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
**Development**
|
||||||
```sh
|
```sh
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Production**
|
||||||
|
```sh
|
||||||
|
npm run build
|
||||||
|
npm install -g serve
|
||||||
|
serve -s build
|
||||||
|
```
|
||||||
|
Other Solutions: [here](https://create-react-app.dev/docs/deployment/)
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
👤 **franjsco (Francesco Esposito)**
|
👤 **franjsco (Francesco Esposito)**
|
||||||
@ -43,9 +52,10 @@ npm run start
|
|||||||
Give a ⭐️ if this project helped you!
|
Give a ⭐️ if this project helped you!
|
||||||
|
|
||||||
## 📝 License
|
## 📝 License
|
||||||
Photo by Zoltan Tasi on Unsplash
|
|
||||||
Copyright © 2020 [franjsco (Francesco Esposito)](https://github.com/franjsco).<br />
|
Copyright © 2020 [franjsco (Francesco Esposito)](https://github.com/franjsco).<br />
|
||||||
This project is [GPL--3.0--or--later](https://github.com/franjsco/tomadoro/blob/master/LICENSE) licensed.
|
This project is [GPL--3.0--or--later](https://github.com/franjsco/tomadoro/blob/master/LICENSE) licensed.
|
||||||
|
|
||||||
|
Photo by Zoltan Tasi on Unsplash
|
||||||
|
|
||||||
***
|
***
|
||||||
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
|
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
|
Loading…
x
Reference in New Issue
Block a user