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 --versionIf you don’t have
npminstalled, you can install it by following the instructions here. If you havecondainstalled, you can installnpmby running:conda install -c conda-forge nodejs npm install -g npm
Then, install the dependencies:
npm install
npm run dev
npm run build
npx serve@latest out