-
Make sure that the Node.js is installed. The minimum required version is 18.17 to run Next.js.
-
Run the following commands.
// Install this repository.
$ git clone [email protected]:quark325/uilab-visualization-demo.git
// Enter the directory.
$ cd uilab-visualization-demo
// Install all the dependencies.
$ npm install
// Build.
npm run build
// Run server. This command starts running the server on port 80. If you want to change it, please change "start" of "scripts" in package.json.
npm run start