villbass / netmaker-ui-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v0.20.5

For more information, visit the official documentation site: docs.netmaker.io

LICENSE

Netmaker UI's source code and all artifacts in this repository are freely available. All versions are published under the Server Side Public License (SSPL), version 1, which can be found under in LICENSE.txt.

Contributing

We welcome contributions to Netmaker UI. Please see our contributing guidelines for more information.

Development

Prerequisites

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run the development server: npm run dev
  4. Open http://localhost:5173 with your browser to see the result. The port might be different depending on your environment.

Building

  1. Run the build script: npm run build
  2. The build artifacts will be stored in the dist/ directory.

Testing

  1. Run the test script: npm run test

About

License:Other


Languages

Language:TypeScript 98.6%Language:SCSS 1.1%Language:HTML 0.1%Language:Shell 0.1%Language:CSS 0.0%