This README provides instructions on how to set up and run the marketing site.
To run the marketing site, follow these steps:
- Populate the
.env
file with the correct values based on the.env.example
file. - Navigate to the marketing site directory with:
cd apps/front
. - Install the necessary dependencies with:
yarn install
. - Start the development server with:
yarn dev
.