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

https://github.com/lienweb/suiaudit-web

SuiAudit official site
https://github.com/lienweb/suiaudit-web

sui walrus

Last synced: about 1 month ago
JSON representation

SuiAudit official site

Awesome Lists containing this project

README

          

# 🚀 SuiAudit Website

[![License](https://img.shields.io/github/license/lienweb/suiaudit-web)](./LICENSE)

---

## 🛠 Features

- SuiAudit Official Website

---

## 📖 Quick Start

### Prerequisites

- Node.js >= 22.12
- pnpm

### 📦 Installation

```bash
git clone git@github.com:lienweb/suiaudit-web.git
cd website
pnpm install
pnpm build
```

### Start dev server

```bash
pnpm dev
```

### Deploy to Walrus Site

```bash
pnpm build
site-builder deploy ./out --epochs [day]
```

Update website:
`ws-resources.json` records object id, fill in and make sure to include it in new build `./out`

## 📜 License

Apache License 2.0, see [LICENSE](https://github.com/lienweb/suiaudit-web/blob/main/LICENSE).

---