Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 377 Bytes

File metadata and controls

31 lines (20 loc) · 377 Bytes

Wuzzy Docs

Check out the docs deployed on Arweave at https://docs_wuzzy.arweave.net

Setup

Install the dependencies:

npm install

Get started

Start the dev server:

npm run dev

Build the website for production:

npm run build

Preview the production build locally:

npm run preview