Marketing site for the HyperVIBES project.
Clone the repo:
$ git clone [email protected]:R-Group-Devs/hypervibes-marketing-site.git
Install dependencies:
$ yarn
Run the app in development mode:
$ yarn start
Generate a browser-ready build artifact:
$ yarn build