# BabylonJS-Website **Repository Path**: Eval3D/BabylonJS-Website ## Basic Information - **Project Name**: BabylonJS-Website - **Description**: https://github.com/BabylonJS/Website.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-08-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Babylon.js website ## Installation process ``` sh npm install -g gulp npm install ``` ## Development mode Web site will be available at http://localhost:8080/ ``` sh gulp run ``` ## Additional options for the page ### Page title this property available as part of page level Json property ``` sh "title": "BabylonJS - 3D engine based on WebGL/Web Audio and JavaScript" ``` ### Meta tags meta tags can be unique for each page. This property available as part of page level Json property and contains list of tags ``` json "metaTags": [ { "name": "description", "content": "BabylonJS - 3D engine based on WebGL/Web Audio and JavaScript" }, { "property": "og:title", //optional property for open graph "content": "BabylonJS - 3D engine based on WebGL/Web Audio and JavaScript" } ] ```