Skip to content

nfu-irs-lab/nfu-irs-lab.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

Deploy to GitHub Pages

This website is built using Docusaurus 2.

The main branch contain source files, deploy branch used as GitHub Pages.

Node.js version 14.13 or above, recommended 16.15.0 (LTS)

Install

npm ci

or

npm install

Local Preview

npm run start

Build & Deploy

Automatic

This repo has Actions, which will automatically build and deploy when push to main branch.

Manual

npm run build
npm run deploy

Environment variable GIT_USER and GIT_PASS are required, see Deployment.