Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 322 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 322 Bytes

Fuse Webflow

Custom code of Fuse Webflow website.

Getting Started

Run development server:

npm run dev

Contribute

Lint and format the code before committing.

  1. Lint:
npm run lint
  1. Format:
npm run format

Deploy

Build the project:

npm run build