summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 2413f916becc50392a99187e8b88d9e5e00d502d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.