Skip to content

uilab-github/demos

 
 

Repository files navigation

Uilab-visualization Demo

How to run the server.

  1. Make sure that the Node.js is installed. The minimum required version is 18.17 to run Next.js.

  2. 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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.5%
  • CSS 16.4%
  • MDX 7.2%
  • Other 1.9%