Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 994 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 994 Bytes

The official website for SWR.

The project uses pnpm, Nextra and deploys via Vercel. To develop it locally, clone this repository and run the following command to start the local dev server:

pnpm install
pnpm dev

And visit localhost:3000 to preview your changes.

Contributors