Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 316 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 316 Bytes

Mey

The company’s website.

Installation

Install the application by cloning this repository. Then follow these steps:

  • Install Node.js dependencies with npm install
  • Copy .env.example file to .env file with cp .env.example .env and change necessary values
  • Run asset HMR compiler with npm run dev