Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

marcodali/mirna-fe

Repository files navigation

Mirna Cloud Sockets Front End

Wanna run locally?

Run the following and open http://localhost:3000/

yarn dev

Wanna build for production?

Run the following and a distribution folder named out will be generated

yarn build

Wanna deploy to AWS S3 and CloudFront?

Run the following (distribution folder out is required to exist)

yarn deploy