Welcome to the YAPTIDE developer documentation. This site is built with Starlight framework.
To get a local copy up and running, follow these steps.
Make sure you have Node.js installed (version 20 or higher).
- Clone the repo
git clone https://github.com/yaptide/for_developers.git- Install dependencies
cd for_developersnpm install- Start the development server
npm run devThe site will be live at http://localhost:4321/for_developers. Changes to your files will be reflected instantly.
To build for production, run:
npm run buildTo preview the build, run:
npm run preview