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

https://github.com/zksecurity/zkbugs-website

Website for the zkbugs project (https://github.com/zksecurity/zkbugs)
https://github.com/zksecurity/zkbugs-website

Last synced: 4 months ago
JSON representation

Website for the zkbugs project (https://github.com/zksecurity/zkbugs)

Awesome Lists containing this project

README

          

# zkbugs website

### Original Repo
[zkbugs](https://github.com/zksecurity/zkbugs)

### 📦 Installation

#### Clone the repository and install dependencies:

```
git clone git@github.com:zksecurity/zkbugs-website.git
cd zkbugs-website
npm install # or yarn install
```

### 🔨 Usage

#### Local Development

##### Start the development server:

`npm run dev # or yarn dev`

#### Build

##### To create a production build:

`npm run build # or yarn build`

#### Preview Production Build

##### Run a local server to preview the built app:

`npm run preview # or yarn preview`