From d77ab36400bb40b9b6812ac47d1b796fe2836d17 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 4 May 2021 03:53:32 +0200 Subject: Add simple README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2413f91 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Prerequisites : +- Node v12 (or higher): `brew install node` +- Yarn: `brew install yarn` + +# Installation : +- Clone the repo. +- Run `yarn install` + +# Development : +- Run `yarn start` + +# Build : +- Run `yarn build` +- Copy the generated `public` directory to any hosting environment. -- cgit v1.2.3