# firekylin.org **Repository Path**: firekylin/firekylin.org ## Basic Information - **Project Name**: firekylin.org - **Description**: Firekylin official site - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README application created by [ThinkJS](http://www.thinkjs.org) ## install dependencies ``` npm install ``` ## start server ``` npm start ``` ## deploy with pm2 use pm2 to deploy app on production envrioment. ``` pm2 startOrReload pm2.json ```