Skip to content

msaini28r/opendaylight-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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