https://github.com/zenwave360/zenwave360.github.io
https://github.com/zenwave360/zenwave360.github.io
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zenwave360/zenwave360.github.io
- Owner: ZenWave360
- License: other
- Created: 2022-10-15T15:45:44.000Z (about 3 years ago)
- Default Branch: website
- Last Pushed: 2025-03-08T10:03:18.000Z (10 months ago)
- Last Synced: 2025-03-08T11:17:51.336Z (10 months ago)
- Language: MDX
- Size: 47.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ZenWave 360º Website
Website for https://www.zenwave360.io/
# Development
```bash
npm install --legacy-peer-deps
```
```bash
npm run --workspace website dev
```
# Build
```bash
npm run --workspace website clean
npm run --workspace website build
```
# Verify build
```bash
npm run --workspace website clean
npm run --workspace website build
npm run --workspace website serve
```
# Deploy
```bash
npm run --workspace website clean
npm run --workspace website deploy
```