Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 432 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 432 Bytes

Website

This README provides instructions on how to set up and run the marketing site.

Running the Marketing Site

To run the marketing site, follow these steps:

  1. Populate the .env file with the correct values based on the .env.example file.
  2. Navigate to the marketing site directory with: cd apps/front.
  3. Install the necessary dependencies with: yarn install.
  4. Start the development server with: yarn dev.