Jiahao Chen

m&m lab Website

Environment

This website is built with Next.js. First, clone the repository and install the dependencies:

git clone git@github.com:motor-and-motion-control-lab/mmlabsite.git
cd mmlabsite

To verify whether you have npm (the package manager for Node.js) installed, run:

npm --version

If you don’t have npm installed, you can install it by following the instructions here. If you have conda installed, you can install npm by running:

conda install -c conda-forge nodejs
npm install -g npm

Then, install the dependencies:

npm install

Development

npm run dev

Deployment

npm run build

View the website locally

npx serve@latest out