https://github.com/domicoder/kitboxhealth-landing
https://github.com/domicoder/kitboxhealth-landing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/domicoder/kitboxhealth-landing
- Owner: domicoder
- Created: 2024-08-13T20:59:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T00:03:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T01:41:49.695Z (over 1 year ago)
- Language: HTML
- Homepage: https://kitboxhealth-landing.vercel.app
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# First time use
```bash
chmod u+x build.sh
./build.sh
```
## Deploy on vercel
In your deployment you need to add the following commands:
```bash
# Build Command
npm install -g clean-css-cli uglify-js -g html-minifier && chmod u+x build.sh && ./build.sh
# Output Directory
dist
```