# Documentation **Repository Path**: wk1988/Documentation ## Basic Information - **Project Name**: Documentation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Babylon.js documentation website The page is written using Next.js (Server-side react framework). ## Requirements * Node 12 and up * yarn ## Getting Started Install dependencies ```bash yarn install ``` Run the development server: ```bash yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file. ## Custom markdown components Markdowns can now be augmented with special components. For example, adding: ```html ``` will add a playground to the examples pane, allow to show its preview, add a styled link and add it to the search index for the playground. This will also generate images for this playground's preview when needed. Please make sure to commit those images. Documentation for all markdown components is coming soon. [![Powered by vercel](public/powered-by-vercel.svg?raw=true)](https://vercel.com/?utm_source=babylonjs&utm_campaign=oss)