Skip to content

DeepwaterExploration/DWE_OS_2

Repository files navigation

DWE OS 2.0

API and driver rewrite of DWE OS

Installation

To install for any supported Linux system, run the following command:

curl -s https://raw.githubusercontent.com/DeepwaterExploration/DWE_OS_2/main/install.sh | sudo bash -s

Building for development

  1. Clone the repository
git clone https://github.com/DeepwaterExploration/DWE_OS_2.git
cd DWE_OS_2
  1. Build the project
cd frontend
npm install
cd ..
./create_release.sh