https://github.com/fuseio/fuse-webflow
Custom code of Fuse Webflow website
https://github.com/fuseio/fuse-webflow
Last synced: 5 months ago
JSON representation
Custom code of Fuse Webflow website
- Host: GitHub
- URL: https://github.com/fuseio/fuse-webflow
- Owner: fuseio
- Created: 2024-02-13T10:30:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-30T07:52:30.000Z (9 months ago)
- Last Synced: 2025-09-30T09:28:30.297Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.fuse.io
- Size: 163 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fuse Webflow
Custom code of Fuse Webflow website.
## Getting Started
Run development server:
```bash
npm run dev
```
## Contribute
Lint and format the code before committing.
1. Lint:
```bash
npm run lint
```
2. Format:
```bash
npm run format
```
## Deploy
Build the project:
```bash
npm run build
```