Skip to content

Files

Latest commit

a579e47 · Feb 9, 2023

History

History
24 lines (16 loc) · 534 Bytes

DEVELOPMENT.md

File metadata and controls

24 lines (16 loc) · 534 Bytes

Setup

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

Preview

You can also run a preview of the built app, which starts a server in the dist folder:

yarn build
yarn preview