Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 270 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 270 Bytes

Equinox 22 website

Installation

Run this command in the terminal to install all required packages. Node v16 is required.

npm install

Compile the code

npm run build

Compile the code and run on dev environment in local server

npm run watch