Skip to content

SMAT-Lab/SMAT-Lab.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMAT-Lab.github.io

Currently the project is automatically build and deploy, you just need to update the code and commit to this repository.

How to update?

News

smat-lab/src/utility/news/AllNews.js

People

smat-lab/src/utility/profile/AllMemberProfile.js

smat-lab/src/routes/People.js

How to update and deploy manually?

  1. Modify code in ./smat-lab Directory

  2. Build and Deploy react

    # make sure in ./smat-lab directory
    npm run deploy
  3.  Push the code to git repo

    # make sure in ./smat-lab directory
    git add .
    git commit -m "update code"