Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 918 Bytes

File metadata and controls

52 lines (34 loc) · 918 Bytes

Yaptide developer documentation

Yaptide developer site

Welcome to the YAPTIDE developer documentation. This site is built with Starlight framework.

Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

Make sure you have Node.js installed (version 20 or higher).

Installation

  1. Clone the repo
git clone https://github.com/yaptide/for_developers.git
  1. Install dependencies
cd for_developers
npm install
  1. Start the development server
npm run dev

The site will be live at http://localhost:4321/for_developers. Changes to your files will be reflected instantly.


Deployment

To build for production, run:

npm run build

To preview the build, run:

npm run preview