diff options
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
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. |
