ℹ️ NOTE: This guide is only for Bento Framework development. If you would like to consume Bento Framework for your project, please refer to the How get my copy of Bento Frontend?.
npm install -g lerna@6.6.2
Clone Bento Frontend Repository:
git clone https://github.com/CBIIT/bento-frontend.git
cd bento-frontend
Install Node Modules:
npm install
Navigate to Nginx Configuration Directory:
cd packages/bento-frontend/nginx/
Install Nginx:
Return to the Root Folder:
cd ../../../
Run Lerna to Start Bento Frontend:
lerna run start
🛠️ If you want to create a custom application using Bento, you can use the following command:
npx @bento-core/create-bento-app <My Application Name>
ℹ️ This command will scaffold a new Bento application for you to customize according to your needs.
🚀 Following these steps should have Bento Frontend up and running on your system. Enjoy exploring Bento! 🚀