Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 678 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 678 Bytes

Description 📝

Opendaylight website development repository

Setup

1. Use the below command to install project dependenices. And use node version 16.16.0 or 16.x.x

npm i

2. To work locally and test the website, start the project with this command.

npm start

3. Make sure to run the build command before deploying the changes. You can use the below command.

npm run build

4. We are using gh-pages for deployment so make sure to run this command to deploy these changes.

npm run deploy