To run the app you will need yarn installed on your machine. Then run the following command to install the dependencies:
yarn install
The next step is creating a .env
file in the project's root. Its content should mirror the .env.example
.
Now you should be able to run the app with:
yarn start
You can also run a preview of the built app, which starts a server in the dist
folder:
yarn build
yarn preview