From 0ef15bec4019c3ab3c1fea3bf8e4301a43628903 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+franjsco@users.noreply.github.com> Date: Tue, 12 May 2020 16:51:22 +0200 Subject: [PATCH] edit readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4d2ae1..8732302 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Welcome to tomadoro 👋

+

Welcome to tomadoro 🍅

Version @@ -26,10 +26,19 @@ npm install ## Usage +**Development** ```sh 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 👤 **franjsco (Francesco Esposito)** @@ -43,9 +52,10 @@ npm run start Give a ⭐️ if this project helped you! ## 📝 License -Photo by Zoltan Tasi on Unsplash Copyright © 2020 [franjsco (Francesco Esposito)](https://github.com/franjsco).
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)_ \ No newline at end of file