Skip to content

nextuav/nextuav-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs

Setup

  1. Install Node.js

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
    source ~/.bashrc
  2. Install the latest LTS version of npm

    nvm install v18.12.1
  3. Install yarn

     npm install --global yarn
  4. Install dependencies

    yarn

Run

yarn start

Tools

  1. To resize images, use imagemagick on Linux

    sudo apt install imagemagick-6.q16

    Resize all images in a folder

    convert "*.jpg[800x]" -set filename:base "%[basename]" "%[filename:base].jpg"

About

Documentation for NextUAV products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%