Skip to content

kokamkarsahil/atproto-website

 
 

Repository files navigation

atproto-website

This repository contains the documentation for the AT Protocol, available to read at atproto.com.


Making edits to atproto.com

  • clone this repo
  • run npm install
  • run the development server with npm run dev or yarn dev
  • open http://localhost:3000 with your browser.

pages/index.js generates http://localhost:3000 -- start there if you'd like to make changes.

The page auto-updates as you edit the file.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • CSS 6.9%