blob: c61592e1f1b802118e7e2e9b8c559ec85cc83631 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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`
# Deploy :
- Run `yarn build`
- Copy the generated `public` directory to any hosting environment. (`srht.site`)
|