Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 850 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 850 Bytes
abstract logo

Abstract Docs

Documentation for Abstract located at docs.abs.xyz.

Local Development

We use Next.js with the Nextra framework to build the documentation site. To run the site locally, follow the steps below:

  1. Clone the repository.

  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open the browser and navigate to http://localhost:3000.

License

This project is licensed under the MIT License.