Skip to content

zksecurity/zkbugs-website

Repository files navigation

zkbugs website

Original Repo

zkbugs

📦 Installation

Clone the repository and install dependencies:

git clone [email protected]: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