An open API service indexing awesome lists of open source software.

https://github.com/zenwave360/zenwave360.github.io


https://github.com/zenwave360/zenwave360.github.io

Last synced: 10 months ago
JSON representation

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
```